-->
Page 1 of 1

Standard LUA supported functions

PostPosted: Sun Jan 11, 2015 4:40 pm
by mog
Hi

I've started working on nodemcu today and I've found that not all of the standard LUA features seem to be working (eg. math.floor throws an error, string.format("%.2x",num) works differently than on PC). I've expected that but maybe there is a list of of what is supported and what not? I'd like to get some understanding of the limitations before I dig deeper with my work.

Re: Standard LUA supported functions

PostPosted: Sun Jan 11, 2015 5:59 pm
by sej7278

Re: Standard LUA supported functions

PostPosted: Mon Jan 12, 2015 3:01 am
by mog
Thank you