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
424 stars 25 forks source link

Great tool #29

Closed ghvau closed 1 year ago

ghvau commented 1 year ago

Why can i see UART Test twice times inside Jama Funcs ?

jczic commented 1 year ago

Hi @ghvau, what OS are you on and is it the packaged binary version of the software or the sources directly from the GitHub repository? Also, could you have exported it and then accidentally imported it (try to remove them)? Otherwise, I have no idea, it remains after the software is relaunched?

ghvau commented 1 year ago

Hi Jean,

OS: Ubuntu 22.04 Installation: https://github.com/jczic/ESP32-MPY-Jama Running: Source code

Testing:

Jama Funcs menu: unsorted functions (with 2 UART Test), incl. the function template!

File dir: functions w/o function template, the template was in the upper dir!

Empty the complete function file dir.

Restart jama / Jama Funcs shows 1 UART Test and the function template !?

Remove both functions inside Jama Funcs.

After restore the complete file dir and restart jama / Jama Func shows the sorted functions and in right quantity !

Problem solved ??!!!

On 25.03.23 03:00, Jean-Christophe Bos wrote:

Hi @ghvau https://github.com/ghvau, what OS are you on and is it the packaged binary version of the software or the sources directly from the GitHub repository? Also, could you have exported it and then accidentally imported it (try to remove them)? Otherwise, I have no idea, it remains after the software is relaunched?

— Reply to this email directly, view it on GitHub https://github.com/jczic/ESP32-MPY-Jama/issues/29#issuecomment-1483678544, or unsubscribe https://github.com/notifications/unsubscribe-auth/A56V3ZSJLXAVBZ3DFBEBHCTW5ZGSHANCNFSM6AAAAAAWGUTMWQ. You are receiving this because you were mentioned.Message ID: @.***>

jczic commented 1 year ago

Hello @ghvau, let's just say that I have no idea how this problem could have arisen. The system will search in the folder linked to its resources (in ".../content/Jama Funcs/") but also in the functions that you import and that you can therefore delete, under Linux in "~/.config/ESP32 MPY-Jama/Jama Funcs/". Existing functions in the software cannot be deleted.

Your concern about the unsorted list with 2x UART is quite complicated to understand. Maybe a crash in the middle of the system reading...? The appearance of the template in the middle seems impossible...

I'm glad you were able to solve this problem 😊, I haven't had any other feedback about this on Linux yet.

jczic commented 1 year ago

@ghvau, do you think you can close this issue?