Commit Graph

418 Commits

Author SHA1 Message Date
anschrammh
ea0c82d8e4 First part of the WEBServer crash fix :) not finished yet 2020-12-13 21:25:05 +01:00
anschrammh
08576e441e Corrected a grammar mistake 2020-12-13 21:23:19 +01:00
anschrammh
bcc185bf5d Added function description 2020-12-13 21:16:29 +01:00
anschrammh
7d2ceedc9a Adjusted the file date and time format 2020-12-13 21:14:19 +01:00
anschrammh
8191aa640b Added a TCPServer stress test utility developed with the SFML 2020-12-13 20:47:35 +01:00
anschrammh
e5733b88cc Added exe,o and dll files to the ignore list 2020-12-13 20:46:02 +01:00
anschrammh
e5ace8bc16 Added a new SDcard library test program 2020-12-12 15:10:26 +01:00
anschrammh
4cf3b36f8d Added a modified version of the SDFS lib : implemented the setTimeCallback() method :) it is working now 2020-12-12 15:07:01 +01:00
anschrammh
9db06f5be6 Updated the test header as well as other small things 2020-12-12 11:15:07 +01:00
anschrammh
0ead1e5600 Changed port data type from unsigned int to uint16_t as well as removed a redundant port information 2020-12-12 11:11:35 +01:00
81cab29edc Mise à jour de 'README.md' 2020-12-11 22:54:34 +01:00
4488b9c4cc Mise à jour de 'LICENSE.md' 2020-12-11 22:52:52 +01:00
857f7af8ae Mise à jour de 'license.md' 2020-12-11 22:52:26 +01:00
8275c9902b Ajouter 'license.md' 2020-12-11 22:51:58 +01:00
a345ca543b Mise à jour de 'README.md' 2020-12-11 22:44:47 +01:00
2784d6a7b9 Mise à jour de 'README.md' 2020-12-11 22:30:12 +01:00
da034a5678 Mise à jour de 'README.md' 2020-12-11 22:25:44 +01:00
bc36eae286 Mise à jour de 'README.md' 2020-12-11 20:52:15 +01:00
anschrammh
e66fd11e68 Added the EventHandler class that monitors button presses 2020-12-09 22:40:53 +01:00
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
e0bea5fae4 Reworked the way the rssi percentage is computed 2020-12-09 22:36:02 +01:00
anschrammh
58b8891d41 Changed max read buffer from 2500 to 2048 2020-12-08 23:25:42 +01:00
anschrammh
5076864bc2 Updated the version history file 2020-12-08 21:54:41 +01:00
anschrammh
5fd0675044 Removed useless INIT state that was the same as the LINE_BREAK state and added the - character as allowed for parameters and values 2020-12-08 21:54:11 +01:00
5225520669 Fixed potential memory leak :-( 2020-07-21 09:45:40 +02:00
7fbd206742 Mettre à jour 'src/app/Queue.h' 2020-07-17 12:49:08 +02:00
cea2bf8f64 Fixed merge conflicts 2020-07-17 12:29:32 +02:00
92c94c7c88 Renamed an error message 2020-07-17 12:24:55 +02:00
186c74a6ca Added the const specifier 2020-07-17 12:24:20 +02:00
c3812a8a26 Added the Arduino.h include 2020-07-17 12:24:00 +02:00
anschrammh
944c11477b Updated the HttpClient class and the WEBServer class 2020-07-16 22:20:23 +02:00
abed6ebd9b Corrected missing method 2020-07-14 19:07:41 +02:00
0d7c68645b Added a few methods and improved some code, class not finished yet 2020-07-14 19:07:01 +02:00
f76639745f Corrected the isReplyAvailable methode 2020-07-14 11:48:43 +02:00
2f430b305c Modified comments 2020-05-11 14:35:47 +02:00
8556363265 Removed the inclusion of definition.h which was useless 2020-04-27 12:06:21 +02:00
9ee717a41b Added a real begin to the DS1307 begin method 2020-04-27 10:17:57 +02:00
4990a7ff25 Corrected some comments 2020-04-25 12:00:29 +02:00
674577605d Cleaning the object destructor and stop method 2020-04-25 11:59:56 +02:00
anschrammh
b2b0170c01 Updated the new dashboard version, work is still in progress 2020-02-26 11:10:20 +01:00
anschrammh
8cbc86cb55 Updated the new dashboard version, work is still in progress 2020-02-26 11:09:24 +01:00
anschrammh
c0e5870cb6 Created new class based on the WebSockets server class (no logic yet) 2020-02-26 11:08:20 +01:00
anschrammh
dacfb6d4d1 Added a web socket server instance (no logic yet) 2020-02-26 11:05:50 +01:00
anschrammh
5b11c54635 Added third party library to add web socket connectivity 2020-02-26 11:05:03 +01:00
anschrammh
8866177a37 Exposed the info64 method to get SD card information, not working properly, SD card lib might be at fault again 2020-02-02 21:05:15 +01:00
anschrammh
4855e2c244 Added the new dashboard page using materialize, not polished yet 2020-02-02 21:04:02 +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
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