mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
make HTTP Update Server more secure (#2104)
* make HTTP Update Server more secure * added option for authentication * added option to change the url for upload * move to overloaded setup * remove delay in both examples * Get better result responses * fix strings interesting, the meta did not refresh if the successResponse is put in "R"
This commit is contained in:
committed by
Ivan Grokhotkov
parent
32bd42b028
commit
a7ced9cabb
@ -39,5 +39,4 @@ void setup(void){
|
||||
|
||||
void loop(void){
|
||||
httpServer.handleClient();
|
||||
delay(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user