Th3maz1ng
Th3maz1ng pushed to master at Th3maz1ng/projet3_temperature 2019-12-18 00:44:05 +01:00
84b3bd56c8 Creation de la bibliothèque de mesure de temperature
Th3maz1ng pushed to master at Th3maz1ng/projet3_temperature 2019-12-17 21:09:14 +01:00
964c921738 Mettre à jour 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-11-21 19:46:19 +01:00
75175be3d8 Mettre à jour 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-11-18 11:45:14 +01:00
88b8b757b2 Registered the new api endpoint
ff3d999449 Updated the version history
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-11-18 10:55:42 +01:00
6ac860861d Added an api endpoint to adjust CPU frequency and used the new injectApiHeader for testing purposes
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-11-17 20:34:18 +01:00
1db65be493 Added the setCpuFreq() method to change the cpu clock at run time
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
ef2f986581 Updated the code, the save feature needs to be tested carefully before using it
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
28ad4c0342 Added a new method in order to update the value of a parameter
Compare 5 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-11-17 11:12:02 +01:00
b1f137abf5 Mettre à jour 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-11-17 11:07:50 +01:00
5de3553fc9 Minor css changes
5b44ee1441 Updated the wifi signal strength representation, added the time set functionality and other small improvement
3db344aa00 Updated the index.htm file, displayed the DS3231 temperature reading and added the time set functionality
efadce0b41 Added a new getUpTime() method which returns the board running time
cd46e089f1 Changed strcpy to memmove to handle memory overlaps
Compare 13 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-11-16 17:17:57 +01:00
4834d41580 Mettre à jour 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-11-16 17:16:10 +01:00
2863945e19 Mettre à jour 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-10-31 21:51:42 +01:00
66fdc24a3e Added new view
5a75603f6e Updated the version history
e699b89faf Added a new view to display rtc info and renamed a few old views for clarity
36f87a27a8 Added a method to get temperature of the module
34769ac251 Added new getTemperature method in order to read the internal temp of the DS3231 RTC chip
Compare 7 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-10-30 00:08:13 +01:00
163c15ef68 Changes related to previous changes...
9660d38dac Added three new methods, one to enable or disable the screen, one to reload the config on the fly, and one to init the object
35596c1296 Added two new methods to be able to reload wifi connectivity config while the card is running
cd41b61197 Added and defined two new config files (one for the screen and one for the servers)
Compare 16 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-10-30 00:06:39 +01:00
bf806c0347 Mettre à jour 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-10-16 19:28:33 +02:00
bd3d17c5c2 Minor updates
d41cebfee6 Removed useless file close statement
7d60a8d9d0 FTPServer implemented, small bugs to fix...
Compare 3 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-10-14 23:01:28 +02:00
f0398b717b Added lastIndexOf helper function
ef0ab58add Minor bug correction
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-10-14 22:58:16 +02:00
99e0f7d82c Added the FTPServer and improved functionalities (not done yet)
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-10-13 16:43:41 +02:00
c777e23a52 Updated TCPServer and WEBServer core logic
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-10-13 16:42:22 +02:00
1450a8c0e5 Continuing to implement the FTPServer
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-10-13 11:25:40 +02:00
537298e7d7 Code optimization when a NULL char *str is passed as argument
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2019-10-13 11:23:46 +02:00
bd23b4a3b2 FTPServer in progress