in libs/network/network.c, line 671
For ESP32 just got an answer from ESP_Angus here https://esp32.com/viewtopic.php?f=13&t=3941
Before doing changes in network.c, I would like to get a feedback from Gordon.
We could add an #if USE_ESP32 and have a 2nd ASSERT for ESP32 only
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
in libs/network/network.c, line 671
For ESP32 just got an answer from ESP_Angus here https://esp32.com/viewtopic.php?f=13&t=3941
Before doing changes in network.c, I would like to get a feedback from Gordon.
We could add an #if USE_ESP32 and have a 2nd ASSERT for ESP32 only