-->
Page 1 of 1

Command history for NodeMCU?

PostPosted: Sun Jun 14, 2015 2:54 pm
by HermannSW
Hi,

I often telnet into telnet server running on ESP8266-01 (stored in init.lua).
All is fine, but I do miss the bash shell like history command, entering "up" key allowing to go back in command hsitory.
Is the a NodeMCU firmware with command history?

My version is this (latest a week ago):
Code: Select all> print(node.info())
0   9   5   10003565   1261768   512   0   40000000
>


Hermann.

Re: Command history for NodeMCU?

PostPosted: Sun Jun 14, 2015 3:05 pm
by cal
Moin,

there is a function called readline thats is disabled for reasons unknown to me.
But keep in mind that heap is really limited. You could try to find out whats possible.

Cal