You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Tolentino, upon further testing I noticed on the setup page that the save icon is missing on the update&FS tab save button, while it is visible on the WiFi setup page when (once(!)) the manual-config switch is set.
Also, on that WiFi setup page, the store-WiFi-credentials switch is differently styled than the other switch; I expect it should use input-label class instead of lbl-wifi class.
I'll supply an PR to show my fixes.
Other observations:
File save in the Ace editor is unreliable hit-miss; sometimes it stays busy for long time and never finishes. lost some update that way. On serial console I see AsyncTcp _poll() rx timeout. The file write does not complete ever.
I thought I could download a file from the Ace editor file list, but now this option is not offered
In Ace editor, especially on touch interface (smartphone), it is all to easy to delete a file; it is just below the touch point after a little longer press and there is no confirmation dialog.
on my esp32 devkit I see the the BUILDIN-LED (GPIO02) fast and irregular blinking. Looks like some debug output of some 100ms task and another task, but I didn't find reference to it.
The text was updated successfully, but these errors were encountered:
Hi Tolentino, upon further testing I noticed on the setup page that the save icon is missing on the update&FS tab save button, while it is visible on the WiFi setup page when (once(!)) the manual-config switch is set.
Also, on that WiFi setup page, the store-WiFi-credentials switch is differently styled than the other switch; I expect it should use input-label class instead of lbl-wifi class.
I'll supply an PR to show my fixes.
Other observations:
The text was updated successfully, but these errors were encountered: