Th3maz1ng
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-24 13:36:59 +02:00
511dcbbfd8 Mise à jour de 'sdCard_content/CONFIG/AP.CFG'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-24 13:35:23 +02:00
898a5a1c66 Mise à jour de 'sdCard_content/CONFIG/SCREEN.CFG'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-24 08:50:17 +02:00
6cbe3de785 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-23 22:58:25 +02:00
df344464b3 Updated version history
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-23 22:52:30 +02:00
4635f4daaa Added the new mallocWithFallback function which tries to allocate the specified size and falls back to a smaller size when fails
d9dfc15f21 Added the IP address of the device when in AP mode in the task_sys_info task
6130e8cd71 Reworked the way the main send buffer buffer is allocated. This is not done on the stack anymore because it led to a nasty stackoverflow. Changed some debug statements, finished the sendDirectoryListing method which is now working fine. Txt files are now sent as text/plain data.
16cae233bb Changed attribute type from uint64_t to size_t
057c058ca3 Renamed FtpMsgCode to FTPMsgCode, Added new state in the FileTransferStatus enum : MALLOC_ERROR, reworked the way the send and receive buffer is allocated, this is not done on the stack anymore which led to a silent stack overflow :-(. Changed the way the IP address is retrieved to open the passive connection
Compare 6 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-22 08:10:28 +02:00
db1873b714 Replaced the previous http header sends by the new way of doing it : ie using the sendHTTPHeader helper function
1c1992820d Removed the powerSettingsApi endpoint because changing the MCU frequency on the fly is no more supported by the underlying SDK
9d831f11d9 Started to add a method listing the files in a directory if the rsrc asked is a folder,like apache2 does. Not finished yet
8c6dd39bd7 Added return value to displayNextView(); and displayPreviousView(); telling if the action was a success or not
11f3f85dde Added return value to displayNextView(); and displayPreviousView(); telling if the action was a success or not
Compare 6 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-17 21:58:35 +02:00
e68ab04195 Added the persistent constructor parameter, as well as added the connect method to ease the class's instantiation
285c9ef20b Removed the use of the lastIndexOf function which was replaced by the builtin strrchr function
f981c06fc3 Corrected a spelling mistake
16f917a0b2 Changed the way the ConnectivityManager is instantiated, it is no more newed and deleted
1e453eb5d8 Added the display auto power off functionality
Compare 13 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-15 08:55:44 +02:00
4296eeac28 else if on new line
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-12 00:14:58 +02:00
f1d6fddd0d Added my own made CI config file in order to build the firmware upon commits
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-10 17:39:58 +02:00
43b4f78243 Updated Author top comment
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-09 19:09:55 +02:00
e3cdaafd88 Updated the sendHttpQuery method to now return an error code which tells the line corresponding to the return of the failure
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_dual_nRF24L01_gateway 2022-04-09 16:50:08 +02:00
1d0a1577f9 Added vscode task to build and flash the project using arduino-cli
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_dual_nRF24L01_gateway 2022-04-09 16:47:22 +02:00
8cac3be538 Updated schematic
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_dual_nRF24L01_gateway 2022-04-09 16:46:09 +02:00
0603bfbf4b Corrected operator error in lib
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_dual_nRF24L01_gateway 2022-04-09 16:43:25 +02:00
c2167f18c5 Updated the sendHttpQuery error handling due to changes made in the HttpClient library
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-07 01:19:59 +02:00
32e32e46d2 Now handling range bytes request :)
bf4caea902 Started to implement the : static const char *httpStatusToString(HTTP_CODE c) method
bf05086381 Added new structure to handle partial content requests
Compare 3 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-05 21:04:59 +02:00
5fb02304be Updated some API endpoints due to the renaming of the injectApiHeader method
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-05 21:03:28 +02:00
651d0ee060 Renamed the injectApiHeader to sendHTTPHeader and cleaned it, also did other improvements
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-05 21:00:26 +02:00
847b350f82 Updated the HttpClient class due to changes to the httpVersionToString and httpMIMETypeToString methods
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-05 20:57:42 +02:00
4c7fc2ea2a Added new mime types to string as well as simplified the httpMIMETypeToString method