-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no example with AP / STA connection (wifi) ...and i have issues #6
Comments
I know about this bug. I have updated micropython and lvgl to the latest versions. You can see it in the 1.13 branch. Can you check this bug on the updated micropython? |
I'm watching this this weekend |
Bonjour , bin 1.13 upload with :esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 2000000 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x1000 firmware113.bin and with thonny ... bad :rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Your options:
Backend terminated or disconnected. Use 'Stop/Restart' to restart. return to release bin version :MicroPython v1.9.4-2811-gf0cb439ba-dirty on 2020-07-23; LilyGO-TTGO-T-Watch-2020-V1 with ESP32 More test ?: |
Hi @picpic020960, It looks like there are errors in the instructions for flashing the image. And it doesn't work for the new version of micropython. I will fix it soon. |
not easy to switch to ESP-IDF. I will need courage |
Bonjour ,
some issues with AP / STA connection on last prebuild firmware.
(MicroPython v1.9.4-2811-gf0cb439ba-dirty on 2020-07-23; LilyGO-TTGO-T-Watch-2020-V1 with ESP32)
simple sketch never connect at local network :
sta.isconnected() ==> false
but some time (not clear) sta.status() ==> 1001 = connected
help or debug mode ?
Thank's a lot &
Regards
The text was updated successfully, but these errors were encountered: