This commit is contained in:
proddy
2019-04-07 12:01:58 +02:00
parent 72b82a2326
commit 5cf6d25f2f
7 changed files with 55 additions and 13 deletions

View File

@@ -32,7 +32,6 @@ void custom_crash_callback(struct rst_info *, uint32_t, uint32_t);
#define ets_vsnprintf vsnprintf // added for ESP32
#define OTA_PORT 8266
#else
//#include <ESP8266mDNS.h>
#include <ESPAsyncTCP.h>
#define OTA_PORT 3232
#endif