httpUpdater.setup defined twice

merging error?
This commit is contained in:
debsahu 2018-04-09 20:51:18 -04:00
parent 09a26a750b
commit b8bb6e8a14

View file

@ -794,10 +794,6 @@ void setup() {
#endif
});
#ifdef HTTP_OTA
httpUpdater.setup(&server,"/update");
#endif
#ifdef HTTP_OTA
httpUpdater.setup(&server, "/update");
#endif