Code clean-up

This commit is contained in:
fvanroie 2021-02-04 00:40:04 +01:00
parent 1a29225f3e
commit 097d9ce5be
2 changed files with 1 additions and 3 deletions

View File

@ -178,8 +178,6 @@ void otaEverySecond(void)
void otaHttpUpdate(const char * espOtaUrl) void otaHttpUpdate(const char * espOtaUrl)
{ // Update ESP firmware from HTTP { // Update ESP firmware from HTTP
// nextionSendCmd("page 0");
// nextionSetAttr("p[0].b[1].txt", "\"HTTP update\\rstarting...\"");
#if HASP_USE_MDNS > 0 #if HASP_USE_MDNS > 0
mdnsStop(); // Keep mDNS responder from breaking things mdnsStop(); // Keep mDNS responder from breaking things
#endif #endif

View File

@ -8,7 +8,7 @@
; !! This board already defines TFT_CS, TFT_DC and TFT_RST !! ; !! This board already defines TFT_CS, TFT_DC and TFT_RST !!
[env:lolind32pro-lolintft24] [env:lolind32pro-lolintft24]
platform = espressif32 @ ^2.0.0 platform = espressif32
board = lolin_d32_pro board = lolin_d32_pro
;upload_port = COM6 ; To change the port, use platform_override.ini ;upload_port = COM6 ; To change the port, use platform_override.ini
;monitor_port = COM6 ; To change the port, use platform_override.ini ;monitor_port = COM6 ; To change the port, use platform_override.ini