Commit Graph

118 Commits

Author SHA1 Message Date
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
Anatole SCHRAMM
a33add50f1 Updated WEBServerManager due to changes in the Dictionary utility class plus bug fixes 2019-04-03 17:16:50 +02:00
Anatole SCHRAMM
b95716c38b Added temporaries debug information 2019-04-03 17:14:47 +02:00
Anatole SCHRAMM
e7e820ab2a Updated class due to changes to the Dictionary utility class 2019-04-03 17:12:25 +02:00
Anatole SCHRAMM
f63e7bf835 Reworked once more the Dictionary utility class 2019-04-03 17:09:52 +02:00
anschrammh
74ee926577 Updated main app with web api integration 2019-04-03 07:59:12 +02:00
anschrammh
78d183d03c Added webApi integration, needs a lot of improvement aka not stable 2019-04-03 07:58:42 +02:00
anschrammh
8110ae00fc Adding web api function declaration files 2019-04-03 07:57:42 +02:00
anschrammh
44e47f2ef8 Minor change 2019-04-01 23:56:04 +02:00
anschrammh
aa12a97adf Renamed addParameter method to add to be more generic 2019-04-01 23:54:34 +02:00
anschrammh
7717fa94e3 Added custom api logic function mechanism 2019-04-01 23:53:32 +02:00
anschrammh
d302ce7e45 Improved WEBServerManager class 2019-03-31 23:34:15 +02:00
anschrammh
92b648fa67 Added new private methods and updated server capabilities 2019-03-31 19:02:40 +02:00
anschrammh
6add78730d Updated constructor definition list 2019-03-31 19:01:52 +02:00
anschrammh
590e989612 Added defines for the SDCard structure 2019-03-31 19:00:12 +02:00
anschrammh
3449e0d947 Updated main view, added heap frag information 2019-03-31 11:03:58 +02:00
anschrammh
080ce45289 Added Web Server run routine call 2019-03-31 11:02:51 +02:00
anschrammh
30f4900609 Added the WEBServerManager class 2019-03-31 11:01:55 +02:00
anschrammh
c512c6b028 Added the Queue utility class 2019-03-31 08:46:33 +02:00
anschrammh
042c11dc97 Changed bool for boolean 2019-03-30 11:41:38 +01:00
anschrammh
3e609ac8ca Minor change 2019-03-30 11:41:13 +01: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
45fc1e468b Added new class to handle the parameters and values retrieved from the config files 2019-03-28 00:00:52 +01:00
anschrammh
7ae2541999 Entirely reworked the dictionary class with templates 2019-03-27 23:59:53 +01:00
anschrammh
1596394b60 Added wifi signal strength info (RSSI) 2019-03-26 20:29:00 +01:00
anschrammh
b2f9eddebe Corrected parser logic 2019-03-26 06:41:57 +01:00
anschrammh
ab576e8d6f Updated main app 2019-03-26 06:13:44 +01:00
anschrammh
d9de53a137 Reading config from file for STA 2019-03-26 06:13:25 +01:00
anschrammh
f7460aa8ef Added a define for STA error 2019-03-26 06:12:49 +01:00
anschrammh
6ef1551121 Completed the station view 2019-03-26 06:11:54 +01:00
2c7d6390ec Added comments for bug fixes and improvements 2019-03-25 12:56:56 +01:00
anschrammh
aa2c4b0e48 Updated main app accordingly 2019-03-24 23:13:30 +01:00
anschrammh
05d388b59c Small changes to the SAB class 2019-03-24 23:12:57 +01:00
anschrammh
b7899c0a3d Retrieving AP config parameter from sdCard 2019-03-24 23:12:11 +01:00
anschrammh
5f864592f9 Added a message on the screen if sd card isn't present 2019-03-24 23:10:39 +01:00
anschrammh
af793d44ac Added the parser class for the custom config files 2019-03-24 23:09:37 +01:00
anschrammh
7668e4dabc Added dispose call in destructor 2019-03-24 23:07:40 +01:00
anschrammh
8f8fbf6218 Added two new defines for the config files shortcuts 2019-03-24 23:04:55 +01:00
anschrammh
dc96053576 Enhanced the dictionary object (added get by index and getParameter methods) 2019-03-24 10:30:08 +01:00
anschrammh
b1bc4c3b9e Updated the test app 2019-03-23 12:36:34 +01:00
anschrammh
933b055ec3 Reworked the dictionary algorithm and Added the deleteParameter method 2019-03-23 12:35:44 +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
87983cb00e Implemented displayNextView method 2019-03-16 20:08:26 +01:00
anschrammh
5ff79119c8 Added screen error messages 2019-03-16 19:50:39 +01:00
anschrammh
8df64cb583 Removed debugging Serial.println statement 2019-03-16 19:49:39 +01:00
anschrammh
e7efa2d957 Added defines 2019-03-16 19:48:31 +01:00
anschrammh
dafc690ef7 Modified views to add the view count info 2019-03-16 19:47:43 +01:00
anschrammh
355adab781 Defined new errors and more 2019-03-10 23:24:47 +01:00
anschrammh
a73ea65328 Updated main app 2019-03-10 23:24:17 +01:00
anschrammh
38b2ef8c2e Added a new view 2019-03-10 23:22:33 +01:00
anschrammh
cc8a040596 Added ConnectivityManager class 2019-03-10 23:21:30 +01:00
anschrammh
1f21a807fc Added ConnectivityManager as a member of the SAB class 2019-03-10 23:20:59 +01:00
anschrammh
dddf04fb10 Updated the app sample code and added a new view 2019-03-10 19:23:23 +01:00
anschrammh
c1b493af18 Added getPowerInfo functionality 2019-03-10 19:22:45 +01:00
anschrammh
ae3cc190a7 Added _error attribut initialization 2019-03-10 19:20:45 +01:00
anschrammh
e912524218 Modified the SDCardManager class, this class inherits now from SDClass 2019-03-10 19:18:40 +01:00
anschrammh
b7ddc2cb16 Added a new structure in order to get power infos 2019-03-10 19:16:43 +01:00
anschrammh
ae0588206f Updated the SdCard test example 2019-03-10 19:15:51 +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
7ea47593a0 Updated gitignore and Added hardware_test.ino 2019-03-03 12:33:57 +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