|
16f917a0b2
|
Changed the way the ConnectivityManager is instantiated, it is no more newed and deleted
|
2022-04-17 21:52:02 +02:00 |
|
|
460db55496
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
|
|
fbe3690d64
|
Removed useless pinMode statement
|
2020-12-30 13:05:24 +01:00 |
|
anschrammh
|
3b03afb27e
|
Updated the initialization of the WEBServer and the FTPServer to enable TCPKeepAlive, as well as defining teh root directories for both of them
|
2020-12-19 21:09:48 +01:00 |
|
anschrammh
|
19cf9ac678
|
Updated a changed method name
|
2020-12-16 00:42:12 +01:00 |
|
anschrammh
|
0c622c600b
|
Grouped common class initialization directives in one private method and enabled new TCPKeepAlive setting for WEB and FTP servers
|
2020-12-15 23:50:41 +01:00 |
|
anschrammh
|
ea0c82d8e4
|
First part of the WEBServer crash fix :) not finished yet
|
2020-12-13 21:25:05 +01:00 |
|
anschrammh
|
dacfb6d4d1
|
Added a web socket server instance (no logic yet)
|
2020-02-26 11:05:50 +01:00 |
|
anschrammh
|
fe8b51d3a8
|
Tried to add the time call back function so that files created on the sd card get a correct time and date, not working sadly, the sd card lib might be at fault here
|
2020-02-02 20:54:10 +01:00 |
|
anschrammh
|
d371eeb267
|
Added a run method which is including run methods from different services
|
2020-01-20 08:01:25 +01:00 |
|
anschrammh
|
efadce0b41
|
Added a new getUpTime() method which returns the board running time
|
2019-11-17 11:02:21 +01:00 |
|
anschrammh
|
163c15ef68
|
Changes related to previous changes...
|
2019-10-20 18:17:00 +02:00 |
|
anschrammh
|
7ed9eb6868
|
Updated Serial baud rate going from 115200 to 500000 and updating SDCardManager initialization
|
2019-10-19 15:36:32 +02:00 |
|
anschrammh
|
0c152a7dc5
|
Completely removed header files for the old config files
|
2019-10-18 01:05:36 +02:00 |
|
anschrammh
|
6be6c7256d
|
Removed ScreenConfig, SDCardConfig and PinMapping. They are now replaced by a single object : BoardConfig
|
2019-10-17 21:38:28 +02:00 |
|
anschrammh
|
99e0f7d82c
|
Added the FTPServer and improved functionalities (not done yet)
|
2019-10-14 22:58:15 +02:00 |
|
anschrammh
|
29ae07da64
|
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 |
|
|
6ffe25ec3b
|
Updated code to use the PowerManager class
|
2019-10-05 18:24:45 +02:00 |
|
|
3dce4fb00e
|
Switched parameters for the sdcard begin statement
|
2019-10-05 17:22:55 +02:00 |
|
anschrammh
|
3642367826
|
Corrected syntax logic
|
2019-09-01 21:31:45 +02:00 |
|
anschrammh
|
47eb7889d0
|
Added getSoftVersion method to get the current software version
|
2019-08-19 13:53:57 +02:00 |
|
anschrammh
|
27385ccab4
|
Changed baud rate from 9600 to 115200
|
2019-05-08 10:56:14 +02:00 |
|
Anatole SCHRAMM
|
f0d6486ef0
|
Added an instance of the TaskSchedulerManager class
|
2019-05-02 17:24:11 +02:00 |
|
Anatole SCHRAMM
|
4bf746db65
|
Minor changes
|
2019-04-30 13:38:58 +02:00 |
|
anschrammh
|
1d4ff36e45
|
Minor changes to the SAB class
|
2019-04-28 15:35:47 +02:00 |
|
anschrammh
|
b3bf8d7f0c
|
Minor changes due to IOManager
|
2019-04-23 08:02:54 +02:00 |
|
Anatole SCHRAMM
|
b95716c38b
|
Added temporaries debug information
|
2019-04-03 17:14:47 +02:00 |
|
anschrammh
|
6add78730d
|
Updated constructor definition list
|
2019-03-31 19:01:52 +02:00 |
|
anschrammh
|
05d388b59c
|
Small changes to the SAB class
|
2019-03-24 23:12:57 +01:00 |
|
anschrammh
|
8df64cb583
|
Removed debugging Serial.println statement
|
2019-03-16 19:49:39 +01:00 |
|
anschrammh
|
1f21a807fc
|
Added ConnectivityManager as a member of the SAB class
|
2019-03-10 23:20:59 +01:00 |
|
anschrammh
|
c1b493af18
|
Added getPowerInfo functionality
|
2019-03-10 19:22:45 +01:00 |
|
anschrammh
|
35b682b13d
|
Added sd card test program plus minor changes
|
2019-03-09 22:38:21 +01:00 |
|
anschrammh
|
218d9c3eeb
|
Added SdCardConfig class and Modified class diagram plus other little things
|
2019-03-03 22:22:12 +01:00 |
|
anschrammh
|
72ff0d14a9
|
Added SDCardManagerClass, Updated class diagram, Modified app.ino example, Modified definition.h as well as ScreenManager and views
|
2019-03-03 14:48:51 +01:00 |
|
anschrammh
|
cc15cf3366
|
Adding a bunch of classes
|
2019-02-25 00:36:43 +01:00 |
|