Add esp32_16MB_M_eth
Test needed if NetDebug works on esp32_16MB_M_eth
This commit is contained in:
@@ -868,7 +868,8 @@ void WLED::initInterfaces()
|
||||
WiFi.hostByName(WLED_DEBUG_HOST, netDebugPrintIP, 750);
|
||||
#else
|
||||
#ifdef WLED_USE_ETHERNET
|
||||
ETH.hostByName(WLED_DEBUG_HOST, netDebugPrintIP);
|
||||
// ETH.hostByName(WLED_DEBUG_HOST, netDebugPrintIP); WLEDMM: ETH.hostByName does not exist, WiFi.hostByName seems to do the same, but must be tested.
|
||||
WiFi.hostByName(WLED_DEBUG_HOST, netDebugPrintIP);
|
||||
#else
|
||||
WiFi.hostByName(WLED_DEBUG_HOST, netDebugPrintIP);
|
||||
#endif
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
// version code in format yymmddb (b = daily build)
|
||||
#define VERSION 2303090
|
||||
#define VERSION 2303100
|
||||
|
||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||
//#define WLED_USE_MY_CONFIG
|
||||
|
||||
Reference in New Issue
Block a user