Commit Graph

50 Commits

Author SHA1 Message Date
anschrammh
281e07c30a Removed the old way to change the current view and added the EventHandler way to do it 2020-12-09 22:40:00 +01:00
anschrammh
97eba55e35 Updated the main app, removed old api end points, reworked the flash button actions (long press goes to the previous view) 2020-02-02 21:01:54 +01:00
anschrammh
80ed2f2080 Updated the main app by adding the previousDisplay functionality 2020-01-20 08:28:26 +01:00
anschrammh
5116ea41eb Removed old test tasks, added a new test task 2019-12-28 14:11:33 +01:00
anschrammh
88b8b757b2 Registered the new api endpoint 2019-11-18 11:45:08 +01:00
anschrammh
66fdc24a3e Added new view 2019-10-31 21:51:23 +01:00
anschrammh
163c15ef68 Changes related to previous changes... 2019-10-20 18:17:00 +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
f632ace6ed Updated the views data structure to display the wifi modes 2019-10-11 12:33:19 +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
anschrammh
90ac468c8e Modified the main app 2019-09-01 21:36:43 +02:00
5cc7d1403a Added a debug text in serial 2019-08-24 20:47:55 +02:00
anschrammh
9874791ace minor changes 2019-08-19 13:55:00 +02:00
anschrammh
359160fa6d Minor changes 2019-05-08 23:05:31 +02:00
anschrammh
6182ee5a59 Minor changes 2019-05-08 10:55:15 +02:00
Anatole SCHRAMM
57877050a0 Added three test tasks as well the runTaskScheduler() call 2019-05-02 17:27:44 +02:00
0271d1607c Registered new view + other small things 2019-05-01 22:04:24 +02:00
Anatole SCHRAMM
d9005c3ed6 Minor change 2019-04-29 17:50:43 +02:00
anschrammh
b141eb24c2 Registered new api call 2019-04-28 15:38:50 +02:00
anschrammh
7637bda305 Added an interrupt to detect io changes 2019-04-24 22:20:36 +02:00
anschrammh
c20e89f1e9 Added api endpoints, IO view and minor other things 2019-04-23 08:04:18 +02:00
anschrammh
d487ef2765 Registered the new apis calls 2019-04-17 22:45:09 +02:00
anschrammh
5d95fd223b Minor changes 2019-04-15 08:00:48 +02:00
anschrammh
f4d4581ebc Added CFGFileParser save method for test purposes 2019-04-13 13:36:36 +02:00
anschrammh
26ddbedc55 Improvements and bug fixes 2019-04-09 08:00:45 +02:00
Anatole SCHRAMM
8f2d2bcf48 Added new api functions, fixed a memory leak (file open, but not closed on failure), reworked the way data is read and sent, now using chunks, minor other fixes 2019-04-04 17:58:13 +02:00
anschrammh
bd5afe4592 Added Dictionary string entity class for char * manipulation, completed webApi, updated main app and other small things 2019-04-04 07:56:37 +02:00
Anatole SCHRAMM
bd99e8ff27 Added the printing of the AP password in the serial monitor for debug purposes, may be removed later on 2019-04-03 17:19:05 +02:00
anschrammh
74ee926577 Updated main app with web api integration 2019-04-03 07:59:12 +02:00
anschrammh
080ce45289 Added Web Server run routine call 2019-03-31 11:02:51 +02:00
anschrammh
1f7f198582 Updated the other classes accordingly to the changes made to the dictionary class 2019-03-28 00:01:48 +01:00
anschrammh
1596394b60 Added wifi signal strength info (RSSI) 2019-03-26 20:29:00 +01:00
anschrammh
ab576e8d6f Updated main app 2019-03-26 06:13:44 +01:00
anschrammh
aa2c4b0e48 Updated main app accordingly 2019-03-24 23:13:30 +01:00
anschrammh
b1bc4c3b9e Updated the test app 2019-03-23 12:36:34 +01:00
anschrammh
de462a4de3 Added the Dictionary utility class to handle key value pairs 2019-03-17 22:11:15 +01:00
anschrammh
420c0a3fab Minor changes 2019-03-16 22:39:24 +01:00
anschrammh
a73ea65328 Updated main app 2019-03-10 23:24:17 +01:00
anschrammh
dddf04fb10 Updated the app sample code and added a new view 2019-03-10 19:23:23 +01:00
anschrammh
35b682b13d Added sd card test program plus minor changes 2019-03-09 22:38:21 +01:00
anschrammh
becaad5584 Added getSdCardHandler method to SdCardManager class 2019-03-03 22:47:54 +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
686bc68aa1 Added new methods to the ScreenManager class 2019-02-27 23:03:02 +01:00
anschrammh
d790b72dcd Added code for the linked list handling and completed the class diagram 2019-02-25 23:35:01 +01:00
anschrammh
cc15cf3366 Adding a bunch of classes 2019-02-25 00:36:43 +01:00
anschrammh
6637371440 Adding app.ino and class diagram 2019-02-24 11:04:24 +01:00