Th3maz1ng
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-13 21:14:34 +01:00
7d2ceedc9a Adjusted the file date and time format
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-13 20:58:01 +01:00
8191aa640b Added a TCPServer stress test utility developed with the SFML
e5733b88cc Added exe,o and dll files to the ignore list
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-12 15:10:51 +01:00
e5ace8bc16 Added a new SDcard library test program
4cf3b36f8d Added a modified version of the SDFS lib : implemented the setTimeCallback() method :) it is working now
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-12 11:15:21 +01:00
9db06f5be6 Updated the test header as well as other small things
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-12 11:11:51 +01:00
0ead1e5600 Changed port data type from unsigned int to uint16_t as well as removed a redundant port information
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-11 22:54:35 +01:00
81cab29edc Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-11 22:52:54 +01:00
4488b9c4cc Mise à jour de 'LICENSE.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-11 22:52:29 +01:00
857f7af8ae Mise à jour de 'license.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-11 22:51:59 +01:00
8275c9902b Ajouter 'license.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-11 22:44:49 +01:00
a345ca543b Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-11 22:30:13 +01:00
2784d6a7b9 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-11 22:25:45 +01:00
da034a5678 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-11 20:52:18 +01:00
bc36eae286 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-09 22:40:30 +01:00
e66fd11e68 Added the EventHandler class that monitors button presses
281e07c30a Removed the old way to change the current view and added the EventHandler way to do it
e0bea5fae4 Reworked the way the rssi percentage is computed
Compare 3 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-08 23:25:13 +01:00
58b8891d41 Changed max read buffer from 2500 to 2048
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-08 21:54:13 +01:00
5076864bc2 Updated the version history file
5fd0675044 Removed useless INIT state that was the same as the LINE_BREAK state and added the - character as allowed for parameters and values
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-07-21 09:45:11 +02:00
5225520669 Fixed potential memory leak :-(
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-07-17 12:49:09 +02:00
7fbd206742 Mettre à jour 'src/app/Queue.h'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-07-17 12:29:23 +02:00
cea2bf8f64 Fixed merge conflicts
92c94c7c88 Renamed an error message
186c74a6ca Added the const specifier
c3812a8a26 Added the Arduino.h include
Compare 4 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-07-16 22:20:03 +02:00
944c11477b Updated the HttpClient class and the WEBServer class