yesco / esp-lisp

Beta: A small fast lisp interpeter for a ESP8266 as alternative to lua on the nodemcu.
Mozilla Public License 2.0
253 stars 23 forks source link

Print help message after connecting to the device #2

Closed f0086 closed 8 years ago

yesco commented 8 years ago

Hi.

Thanks for feedbacks, travelling but will look at it today!

There is no way that I know of how to detect that somebody connects to the serial port. Currently, when esp-lisp starts up I wait to init till user presses return. I guess after that/init would be good place to print the help message. On Feb 25, 2016 4:09 PM, "Aaron Fischer" notifications@github.com wrote:

— Reply to this email directly or view it on GitHub https://github.com/yesco/esp-lisp/issues/2.

yesco commented 8 years ago

fix