jczic / ESP32-MPY-Jama

v1.2 - UI tool for manage Espressif ESP32 microcontrollers with embedded MicroPython for MacOS, Windows and Linux: mini IDE, files manager, REPL, real time dashboards (sys/net), advanced features (gpio/mp3/leds/...)
https://github.com/jczic/ESP32-MPY-Jama
MIT License
410 stars 25 forks source link

Boot configuration (some wifi connection) get problems (Ubuntu) #34

Closed ghvau closed 1 year ago

ghvau commented 1 year ago

image

Router1: b'NG-AP-ST', b'P\xe66\xc1\x0e\x10', 1, -71, 7, False Router2: b'Freifunk', b'\xd2\x95\x05I\xd48', 9, -86, 0, False

Testsequence:

I start with empty Boot config: image

Set up connection Router2 via Network or Connect Wi-Fi: Store icon appears (rotate clockwise) but nothing happens/stored ! The store icon stays permanent with clockwise move. But connection established (can get NTP) image

I close the connection of Router2 and setup Router1 The Store icon appears and data can be stored !!! image

After successful storing I can also (after close R1 and new setup Router2) store data ?! But it seems be not the data of Router2.

When I start jamaBootCfg manually I can see always “Connecting Wi-Fi to "NG-AP-ST"... OK”,

ghvau commented 1 year ago

Ubuntu 22.04, github source code

jczic commented 1 year ago

Hi @ghvau and thank you for your feedback! It was a bug and I fixed it right then and there. It works now, thanks again. 👍🏻

(Commits https://github.com/jczic/ESP32-MPY-Jama/commit/e91aa9e553489f59a3a141376cbae0148be20c21 and https://github.com/jczic/ESP32-MPY-Jama/commit/d856e447414151a39e03afbbf701302e8103f74e)

ghvau commented 1 year ago

Thanks, solved!