mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
add board ESP32-C6 4mb and 8mb
This commit is contained in:
@@ -17,7 +17,11 @@ IPAddress stringToIp(String strIp)
|
||||
void routerConnect()
|
||||
{
|
||||
#if !defined LIBRETINY
|
||||
#if defined(esp32c6_4mb) || defined(esp32c6_8mb)
|
||||
WiFi.setAutoReconnect(false);
|
||||
#else
|
||||
WiFi.setAutoConnect(false);
|
||||
#endif
|
||||
WiFi.persistent(false);
|
||||
#endif
|
||||
/* String s_staip = "192.168.2.62";
|
||||
|
||||
Reference in New Issue
Block a user