ESP8266_swiss_army_board/src/app
2019-10-11 12:28:15 +02:00
..
AbstractParser.cpp Added the parser class for the custom config files 2019-03-24 23:09:37 +01:00
AbstractParser.h Marked destructor as virtual 2019-09-08 19:11:22 +02:00
app.ino Removed old WEBServerManager class (still present but not used anymore) in order to use the new one 2019-10-10 18:22:07 +02:00
CFGDictionary.h Entirely reworked the dictionary class with templates 2019-03-27 23:59:53 +01:00
CFGFileParser.cpp Minor change 2019-09-01 22:49:46 +02:00
CFGFileParser.h Implemented the save method + fixed a hidden bug 2019-04-13 13:30:31 +02:00
CFGParameterValue.cpp Changed bool for boolean 2019-03-30 11:41:38 +01:00
CFGParameterValue.h Added const keyword for the getters 2019-04-15 12:58:08 +02:00
ConnectivityManager.cpp Added two new methods to know if the STA and/or AP are enabled or not 2019-10-11 09:36:39 +02:00
ConnectivityManager.h Added two new methods to know if the STA and/or AP are enabled or not 2019-10-11 09:36:39 +02:00
definition.cpp Added a new function to format time with a leading zero 2019-09-01 21:28:30 +02:00
definition.h Removed old WEBServerManager class (still present but not used anymore) in order to use the new one 2019-10-10 18:22:07 +02:00
Dictionary.h Minor change to a comment 2019-09-13 21:14:09 +02:00
DictionaryInterface.h Entirely reworked the dictionary class with templates 2019-03-27 23:59:53 +01:00
IOManager.cpp Added the RX gpio pin as input with internal pull up since the signal it is sensing is in open drain config 2019-08-24 20:46:55 +02:00
IOManager.h Minor changes 2019-04-30 13:38:58 +02:00
List.h Added a generic List class 2019-05-08 23:06:13 +02:00
PinMapping.cpp Adding a bunch of classes 2019-02-25 00:36:43 +01:00
PinMapping.h Adding a bunch of classes 2019-02-25 00:36:43 +01:00
PowerManager.cpp Added dedicated class for power management 2019-10-05 18:24:08 +02:00
PowerManager.h Added dedicated class for power management 2019-10-05 18:24:08 +02:00
Queue.h Fixed memory leak 2019-05-08 23:04:18 +02:00
RtcManager.cpp Added sd card test program plus minor changes 2019-03-09 22:38:21 +01:00
RtcManager.h Added sd card test program plus minor changes 2019-03-09 22:38:21 +01:00
SAB.cpp Removed old WEBServerManager class (still present but not used anymore) in order to use the new one 2019-10-10 18:22:07 +02:00
SAB.h Removed old WEBServerManager class (still present but not used anymore) in order to use the new one 2019-10-10 18:22:07 +02:00
ScreenConfig.cpp Adding a bunch of classes 2019-02-25 00:36:43 +01:00
ScreenConfig.h Adding a bunch of classes 2019-02-25 00:36:43 +01:00
ScreenManager.cpp Added the sleep and wakeUp methods 2019-05-02 17:23:23 +02:00
ScreenManager.h Added the sleep and wakeUp methods 2019-05-02 17:23:23 +02:00
SDCardConfig.cpp Added SdCardConfig class and Modified class diagram plus other little things 2019-03-03 22:22:12 +01:00
SDCardConfig.h Added SdCardConfig class and Modified class diagram plus other little things 2019-03-03 22:22:12 +01:00
SDCardManager.cpp Modified the SDCardManager class, this class inherits now from SDClass 2019-03-10 19:18:40 +01:00
SDCardManager.h Modified the SDCardManager class, this class inherits now from SDClass 2019-03-10 19:18:40 +01:00
StringEntity.cpp Splitted StringEntity class and definition functions 2019-04-09 07:57:55 +02:00
tasks.cpp Updated code to use the PowerManager class 2019-10-05 18:24:45 +02:00
tasks.h Moved the battery sensing logic in a task and added a task to reset/restart the module 2019-09-01 21:34:32 +02:00
TaskSchedulerManager.cpp Solved a bug with tasks that are meant to not trigger right away 2019-10-10 18:20:51 +02:00
TaskSchedulerManager.h Minor changes 2019-09-05 14:02:21 +02:00
TCPClient.cpp The board is now using the new WEBServer class which can handle more than one client and is non blocking even with big files 2019-10-10 18:19:44 +02:00
TCPClient.h The board is now using the new WEBServer class which can handle more than one client and is non blocking even with big files 2019-10-10 18:19:44 +02:00
TCPServer.h The board is now using the new WEBServer class which can handle more than one client and is non blocking even with big files 2019-10-10 18:19:44 +02:00
versions.h Removed old WEBServerManager class (still present but not used anymore) in order to use the new one 2019-10-10 18:22:07 +02:00
views.cpp Displayed state of the AP and/or STA (is it enabled or not) 2019-10-11 12:23:07 +02:00
views.h Displayed state of the AP and/or STA (is it enabled or not) 2019-10-11 12:23:07 +02:00
webApi.cpp Switched method parameters for the sdCard begin statement 2019-10-11 12:28:15 +02:00
webApi.h Removed old WEBServerManager class (still present but not used anymore) in order to use the new one 2019-10-10 18:22:07 +02:00
WEBClient.cpp The board is now using the new WEBServer class which can handle more than one client and is non blocking even with big files 2019-10-10 18:19:44 +02:00
WEBClient.h Removed useless include 2019-10-11 09:52:15 +02:00
WEBServer.h The board is now using the new WEBServer class which can handle more than one client and is non blocking even with big files 2019-10-10 18:19:44 +02:00
WEBServerManager.cpp Correcting debug code which was crashing due to a change in the Dictionary class 2019-09-13 21:13:39 +02:00
WEBServerManager.h Minor changes for test purposes | this class is going to be rewritten at some point 2019-05-02 17:25:16 +02:00