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