Commit Graph

275 Commits

Author SHA1 Message Date
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
65d43ae1d1 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
anschrammh
ab6260a2ac Updated the version history 2020-02-02 20:57:53 +01:00
anschrammh
cb16ab7c41 Replaced return 0 with return 0.0 since it's a double 2020-02-02 20:56:16 +01:00
anschrammh
741eee8f5d Added the forceRefresh method 2020-02-02 20:55:28 +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
45f22dea3e Forgot to rename a method 2020-01-28 12:53:08 +01:00
anschrammh
a3752b3f8c Now retrieving the file's last modification date and sending it to the FTP client, I still need to figure out how to set the last modification date when a file is modified by the client though 2020-01-28 12:33:01 +01:00
anschrammh
3f77399538 Added a new helper function to get month's 3 letter abbreviation 2020-01-28 12:30:00 +01:00
anschrammh
9e3676a1bb Updated the SD card library by including the new changes from the esp8266 arduino framework 2020-01-28 12:24:19 +01:00
anschrammh
80ed2f2080 Updated the main app by adding the previousDisplay functionality 2020-01-20 08:28:26 +01:00
anschrammh
5fc76ac6a2 Updated the version history 2020-01-20 08:20:59 +01:00
anschrammh
e699b462f9 Updated the ViewLink structure in order to be able to iterate backward 2020-01-20 08:20:23 +01:00
anschrammh
723132a082 Added a new api call to get the nearby access points 2020-01-20 08:14:49 +01:00
anschrammh
cd6af9f99f Renamed a method to run() for consistency 2020-01-20 08:12:38 +01:00
anschrammh
424a135151 Updated the ScreenManager class and added the previousDisplay methods allong with screen refresh rate 2020-01-20 08:10:18 +01:00
anschrammh
6dfee719a9 Renamed a few methods for consistency 2020-01-20 08:03:28 +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
488d442df3 Added the max retries option 2020-01-07 12:22:29 +01:00
anschrammh
e74cf22c71 Added the setString method to the string entity object 2020-01-07 12:20:10 +01:00
anschrammh
57a5f05e29 Updated the version history 2019-12-28 14:14:58 +01:00
anschrammh
5116ea41eb Removed old test tasks, added a new test task 2019-12-28 14:11:33 +01:00
anschrammh
2b32fd68ea Created a new task in order to test the HttpClient class 2019-12-28 14:10:50 +01:00
anschrammh
af25f55089 Updated getHTTPHeader function (increased mime type size) 2019-12-28 14:09:51 +01:00
anschrammh
d0349ea26e Renamed former HtmlClient to HttpClient and implemented the methods 2019-12-28 14:07:40 +01:00
anschrammh
ea60399ea3 Added new helper functions 2019-12-28 14:04:50 +01:00
anschrammh
2d73921bc7 Minor modifications 2019-12-27 10:50:32 +01:00
anschrammh
7b80f7a95c Minor changes to the Dictionary class 2019-12-27 10:48:47 +01:00
anschrammh
9148e61911 Created new HttpConstants class 2019-12-27 10:47:34 +01:00
anschrammh
2cca10ec5a Removed http specific enums, which are now part of the HttpConstants class 2019-12-27 10:47:02 +01:00
anschrammh
c29d4edbd7 Renamed HtmlClient to HttpClient 2019-12-27 10:45:52 +01:00
635273589f Started to define class methods 2019-12-25 21:07:53 +01:00
1eaa1c1361 Added a new state to the state machine for consistency 2019-12-25 21:07:11 +01:00
82db9489f7 Added a debug statement 2019-12-25 21:06:12 +01:00
fafbcc36cf Minor fix because of an issue introduced by the new esp8266 core release 2019-12-25 21:03:21 +01:00
anschrammh
d91f394416 Created new empty class which will be used to do Html queries 2019-12-21 14:59:48 +01:00
anschrammh
c235f7936e Corrected header guards 2019-12-21 14:58:55 +01:00
anschrammh
88b8b757b2 Registered the new api endpoint 2019-11-18 11:45:08 +01:00
anschrammh
ff3d999449 Updated the version history 2019-11-18 10:57:54 +01:00
anschrammh
6ac860861d Added an api endpoint to adjust CPU frequency and used the new injectApiHeader for testing purposes 2019-11-18 10:55:41 +01:00
anschrammh
1db65be493 Added the setCpuFreq() method to change the cpu clock at run time 2019-11-17 20:32:08 +01:00
anschrammh
e7cf2fa020 Added a handy way to retrieve the configuration of a config file without having to instantiate a parser - but I do not like it - might be removed in the future 2019-11-17 19:31:06 +01:00
anschrammh
ef2f986581 Updated the code, the save feature needs to be tested carefully before using it 2019-11-17 19:28:50 +01:00
anschrammh
e9625b909c Implemented the post data parser (only for application/x-www-form-urlencoded), replaced strcpy with memmove, put string that was in ram to flash + other optimizations 2019-11-17 19:25:36 +01:00
anschrammh
28ad4c0342 Added a new method in order to update the value of a parameter 2019-11-17 13:57:01 +01:00
anschrammh
efadce0b41 Added a new getUpTime() method which returns the board running time 2019-11-17 11:02:21 +01:00
anschrammh
cd46e089f1 Changed strcpy to memmove to handle memory overlaps 2019-11-17 10:59:59 +01:00
anschrammh
c19c15dd07 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
anschrammh
4ee100d16b Minor changes 2019-11-17 10:50:49 +01:00
anschrammh
aa544d307e Corrected some code and improved logic 2019-11-17 10:47:10 +01:00