httpUpdater.setup defined twice
merging error?
This commit is contained in:
parent
09a26a750b
commit
b8bb6e8a14
1 changed files with 0 additions and 4 deletions
|
@ -793,10 +793,6 @@ void setup() {
|
|||
if(!spiffs_save_state.active()) spiffs_save_state.once(3, tickerSpiffsSaveState);
|
||||
#endif
|
||||
});
|
||||
|
||||
#ifdef HTTP_OTA
|
||||
httpUpdater.setup(&server,"/update");
|
||||
#endif
|
||||
|
||||
#ifdef HTTP_OTA
|
||||
httpUpdater.setup(&server, "/update");
|
||||
|
|
Loading…
Reference in a new issue