mos call Config.GetNetworkStatus
E0901 23:46:36.862520 5976 serial.go:273] No response to handshake. Is COM3 the right port? Is rpc-uart enabled?
what does this mean, the module should have usb connected to esp32 uart0
on the usbc COM3 console I have a read only not interactive :
mgos_freertos.c:175 s 1.1.57352-prod (20220228-152424/g73ea2fd-dirty)
mgos_freertos.c:177 Mongoose OS 202202281524 (20220228-152424)
mgos_freertos.c:181 CPU: 160 MHz, FreeRTOS 8.2.0, heap: 280912 total, 248780 free
mgos_freertos.c:183 Newlib 2.2.0
esp32_ota_backend.c:437 Update status: 00000010
I’d need to restore the wifi ssid to the original one which has changed for some reason by cloning the flash memory to a new module that the old module got damaged.
could it be possible to access (uart) wifi configuration from wifi somehow ?
with mos --port ws://ip/rpc ls it possible to read configuration from wifi ?
is there any documentation for the format of wifi configuration partition at 0x9000 location ?