add OTA updates, enable mDNS

This commit is contained in:
nightflyer88
2019-02-10 22:15:32 +01:00
parent 8da079d097
commit e8c400a06d
6 changed files with 70 additions and 5 deletions

View File

@@ -137,7 +137,7 @@ U8G2_SH1106_128X64_NONAME_1_HW_I2C oledDisplay(U8G2_R0, /* reset=*/ U8X8_PIN_NON
#define PASSWORD_AP ""
const char ip[4] = {1,2,3,4}; // default IP address
#define ENABLE_MDNS false // experimental (speed is slow): Enable mDNS to reach the webpage with hostname.local
#define ENABLE_MDNS true // experimental (speed is slow): Enable mDNS to reach the webpage with hostname.local
// **** Model memory settings ****