.. |
AbstractParser.cpp
|
Added a comment about why not using the strdup c function
|
2020-12-17 08:20:31 +01:00 |
AbstractParser.h
|
Marked destructor as virtual
|
2019-09-08 19:11:22 +02:00 |
app.ino
|
Now using a non blocking delay object :)
|
2022-04-04 21:41:35 +02:00 |
BoardConfig.cpp
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
BoardConfig.h
|
Removed a bunch of warnings + re added SPI_FULL_SPEED default value in the BoardConfig.h
|
2022-03-30 11:04:12 +02:00 |
CFGDictionary.h
|
Entirely reworked the dictionary class with templates
|
2019-03-27 23:59:53 +01:00 |
CFGFileParser.cpp
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
CFGFileParser.h
|
Updated the CFGFileParser.h to use the new utilities file
|
2020-12-19 20:43:45 +01:00 |
CFGParameterValue.cpp
|
Removed fixed some warnings
|
2022-03-30 12:00:13 +02:00 |
CFGParameterValue.h
|
Removed fixed some warnings
|
2022-03-30 12:00:13 +02:00 |
ConnectivityManager.cpp
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
ConnectivityManager.h
|
Reworked the way the rssi percentage is computed
|
2020-12-09 22:36:02 +01:00 |
DashboardWSServer.cpp
|
Created new class based on the WebSockets server class (no logic yet)
|
2020-02-26 11:08:20 +01:00 |
DashboardWSServer.h
|
Created new class based on the WebSockets server class (no logic yet)
|
2020-02-26 11:08:20 +01:00 |
definition.h
|
Moved functions from definition to utilities
|
2020-12-19 20:51:34 +01:00 |
Dictionary.h
|
Added conditional macro to include some headers only when needed
|
2021-07-25 18:26:08 +02:00 |
DictionaryInterface.h
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
EventHandler.cpp
|
Added the EventHandler class that monitors button presses
|
2020-12-09 22:40:53 +01:00 |
EventHandler.h
|
Added the EventHandler class that monitors button presses
|
2020-12-09 22:40:53 +01:00 |
FTPClient.cpp
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
FTPClient.h
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
FTPServer.h
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
HttpClient.cpp
|
Removed fixed some warnings
|
2022-03-30 12:00:13 +02:00 |
HttpClient.h
|
Removed fixed some warnings
|
2022-03-30 12:00:13 +02:00 |
HttpConstants.h
|
Updated the HttpClient class and the WEBServer class
|
2020-07-16 22:20:23 +02: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
|
Nothing Changed
|
2020-12-19 21:10:42 +01:00 |
List.h
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
NonBlockingDelay.cpp
|
Added a new very simple class to cleanly perform non blocking delays
|
2022-04-04 21:39:33 +02:00 |
NonBlockingDelay.h
|
Added a new very simple class to cleanly perform non blocking delays
|
2022-04-04 21:39:33 +02:00 |
PowerManager.cpp
|
Added the setCpuFreq() method to change the cpu clock at run time
|
2019-11-17 20:32:08 +01:00 |
PowerManager.h
|
Corrected header guards
|
2019-12-21 14:58:55 +01:00 |
Queue.h
|
Mettre à jour 'src/app/Queue.h'
|
2020-07-17 12:49:08 +02:00 |
RtcManager.cpp
|
Added new getTemperature method in order to read the internal temp of the DS3231 RTC chip
|
2019-10-31 21:44:21 +01:00 |
RtcManager.h
|
Added new getTemperature method in order to read the internal temp of the DS3231 RTC chip
|
2019-10-31 21:44:21 +01:00 |
SAB.cpp
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
SAB.h
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
ScreenManager.cpp
|
Corrected a NULL pointer dereference
|
2022-03-30 12:15:09 +02:00 |
ScreenManager.h
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
SDCardManager.cpp
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
SDCardManager.h
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
StringEntity.cpp
|
Replaced dependency from definition.h to utilities.h
|
2020-12-19 21:05:11 +01:00 |
tasks.cpp
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
tasks.h
|
Created a new task in order to test the HttpClient class
|
2019-12-28 14:10:50 +01:00 |
TaskSchedulerManager.cpp
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
TaskSchedulerManager.h
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
TCPClient.cpp
|
Removed a bunch of warnings + re added SPI_FULL_SPEED default value in the BoardConfig.h
|
2022-03-30 11:04:12 +02:00 |
TCPClient.h
|
Removed a bunch of warnings + re added SPI_FULL_SPEED default value in the BoardConfig.h
|
2022-03-30 11:04:12 +02:00 |
TCPServer.h
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
utilities.cpp
|
Created the utilities cpp file containing moved functions that were in the definition.h file
|
2020-12-19 20:40:08 +01:00 |
utilities.h
|
Created the utilities cpp file containing moved functions that were in the definition.h file
|
2020-12-19 20:40:08 +01:00 |
versions.h
|
Updated versions history
|
2022-04-04 21:42:28 +02:00 |
views.cpp
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
views.h
|
Added a new view to display rtc info and renamed a few old views for clarity
|
2019-10-31 21:47:43 +01:00 |
webApi.cpp
|
Corrected a bad array index overflow in the apiTesterApi function :(
|
2022-03-29 23:18:43 +02:00 |
webApi.h
|
Removed both sdCardMount and unMount api end points, they are now replaced by a single end point taking a parameter
|
2020-02-02 20:59:08 +01:00 |
WEBClient.cpp
|
Added a new range attribut in order to handle the http bytes-range command (to be done)
|
2019-11-17 10:58:43 +01:00 |
WEBClient.h
|
Added a new range attribut in order to handle the http bytes-range command (to be done)
|
2019-11-17 10:58:43 +01:00 |
WEBServer.h
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
WEBServerManager.cpp
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +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 |