Th3maz1ng
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
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-04 22:36:17 +02:00
7f08d8a838 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-04 22:31:36 +02:00
6763394bf1 Updated and added missing Rest API endpoints
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-04 22:18:28 +02:00
abe1d491fe Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-04 22:01:26 +02:00
81edaf4c5c Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-04 21:46:40 +02:00
f23dbf7849 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-04-04 21:44:04 +02:00
e7cff6287f Updated versions history
7e58804af9 Now using a non blocking delay object :)
4f265e4c79 Added a new very simple class to cleanly perform non blocking delays
Compare 3 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-03-30 12:15:09 +02:00
cd2b2ba624 No changes ...
1c1945d0ca Corrected a NULL pointer dereference
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-03-30 11:59:51 +02:00
e5d250556f Removed fixed some warnings
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-03-30 11:03:51 +02:00
e732cf48aa Removed a bunch of warnings + re added SPI_FULL_SPEED default value in the BoardConfig.h
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-03-30 11:02:04 +02:00
ef8d944dd3 Removed explicit copy constructor which had no real use
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-03-30 10:02:58 +02:00
63f8665bf6 Updated tasks to work on linux as well
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-03-29 23:26:08 +02:00
05f7794679 Created the Build and Flash commands to use arduino-cli with VSCode
460db55496 Removed as many warnings as I could ... after enabling the all warning compiler flag
d2f620597c Renamed ICACHE_RAM_ATTR to IRAM_ATTR because the former was deprecated, removed the multiline comment and replaced it with an #if statement
4dca5a0f1a Added parenthesis arround ternary expression
6b1a06f1f7 Corrected a bad array index overflow in the apiTesterApi function :(
Compare 6 commits »
Th3maz1ng pushed to master at Th3maz1ng/WICED_Anaren_BCM20737_Samples 2022-01-02 20:22:48 +01:00
4480d67908 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/WICED_Anaren_BCM20737_Samples 2022-01-02 20:20:02 +01:00
e0db3f9ccb Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/WICED_Anaren_BCM20737_Samples 2022-01-02 20:14:27 +01:00
69ce16f14c Added in progress uart sample which does other things as well