Th3maz1ng
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-29 18:04:31 +01:00
90890bd36f Updated the .gitignore file
Th3maz1ng created repository Th3maz1ng/ESP8266_dual_nRF24L01_gateway 2020-12-29 17:59:13 +01:00
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-29 11:15:56 +01:00
c646331c09 First commit of the KiCad design files
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-29 11:11:56 +01:00
71cc0a6d8a Updated some settings
2113075d6e Added all credentials.h files to the ingnored file list
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-19 21:15:11 +01:00
4c4832e475 Updated WEBServer (same changes as FTPServer)
4a6dde3bc3 Nothing Changed
3b03afb27e Updated the initialization of the WEBServer and the FTPServer to enable TCPKeepAlive, as well as defining teh root directories for both of them
07456cc48e Removed empty line
96e4cfa401 Replaced dependency from definition.h to utilities.h
Compare 11 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-19 20:40:23 +01:00
7fdb7b256e Created the utilities cpp file containing moved functions that were in the definition.h file
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-17 08:20:53 +01:00
a67354cd84 Added a comment about why not using the strdup c function
2cf047f4ff Updated version history
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-16 00:50:04 +01:00
2426a8c1dd Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-16 00:46:02 +01:00
ae32bce365 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-16 00:44:12 +01:00
e1ac857088 Called the TCPKeepAlive feature
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-16 00:42:26 +01:00
19cf9ac678 Updated a changed method name
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-16 00:41:08 +01:00
5627ebde48 Added the new enableTCPKeepAlive method which enable the feature for all new connected client after the call (this fixes a very annoying crash) and I corrected a bug with the maxClient setting
0c622c600b Grouped common class initialization directives in one private method and enabled new TCPKeepAlive setting for WEB and FTP servers
125a02c0e6 Minor modifications
Compare 3 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-15 00:39:03 +01:00
3e193233b4 Changed the file date time adjustements
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-15 00:16:35 +01:00
f57140ca91 Updated version history
89ee88530e Updated due to changes to the monthNumTo3LetterAbbreviation function's prototype
2b0698c7d0 Updated the monthNumTo3LetterAbbreviation function, it is no more needed to declare a buffer to store the 3 letters, instead a uint32_t is used
Compare 4 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-14 22:49:43 +01:00
1b15bd4c9b Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-13 22:00:32 +01:00
48991fe12e Removed old sdCard test
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-13 21:52:45 +01:00
1dfe399d56 Added new test to check the TCPServer base class stability
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-13 21:25:18 +01:00
ea0c82d8e4 First part of the WEBServer crash fix :) not finished yet
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-13 21:23:33 +01:00
08576e441e Corrected a grammar mistake
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2020-12-13 21:16:44 +01:00
bcc185bf5d Added function description