jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

Requested Features, Such as ANSI ESC Sequence Color Support in Console #445

Open dachshund-digital opened 5 years ago

dachshund-digital commented 5 years ago

Requested Features...

  1. ANSI Escape sequence color support, Cursor positioning, etc. in the output to console stream.

  2. Allow selection of foreground and background colors for console output... green on a dark red is just ugly and stresses the eyes.

  3. Option to set on-board LED to allows be always on or flashing to show Wifi connection is live. I have done this on my ESP projects, it is good feed back method to know the basic state of the ESP module.

  4. Do not display password in command box, maybe add an additional command box just for passwords, or if the 'password' string in a console prompt the command entered is hidden. Just treating the password like any other input text is a bad security issue.

  5. Reduce the size of the logo/banner on the home page, the yellow box, fonts, etc are all bigger than needed. Maybe allow selection of a theme for the web pages served?