-->
Page 2 of 8

Re: trying to port some code from nodemcu

PostPosted: Sat Oct 03, 2015 5:25 pm
by Mmiscool
Hello,

I just uploaded a new version of the firmware.

The interpreter worked off of spaces and special characters for parsing.

if you have strings like the one you go that should contain things in quotation marks you can now with the new version use the | symbol to encomaps it.

example
wprint |kfkfkjfkl "some more text" sgfsgsdgfsdg|



The buttons on your test page should be created using the button command and will jump the code to a specific branch label.

Re: trying to port some code from nodemcu

PostPosted: Sat Oct 03, 2015 8:18 pm
by xtal
Tried the new FW, could tell little difference, managed to save prog 1 time , then never could save again . FW hung up had to reload nodemcu then reload basic

apparently you cannot RUN the program from the edit window until you get it saved..........................

The SAVE file needs to be reliable may be it will work 1 out of 50 tries.
The login info keeps disappearing., and apparently does not save correctly
UPDATE Fails
Does the format work? Looks to me that is does not do anthing but show Formatting 0

Re: trying to port some code from nodemcu

PostPosted: Sat Oct 03, 2015 8:46 pm
by Mmiscool
Format will delette all the files and settings you have saved.
If you have a large program i recomend you copy and paste it in to the editor text areaand save it all in one shot. Then do an open to make sure it saved.

I will be updating it some more over the next few days. I did ad a bunch of new string functions that can be used.

Will be adding a few more latrer on.

Been a bit more focused on i2c stuff as of late.

Re: trying to port some code from nodemcu

PostPosted: Sun Oct 04, 2015 9:53 am
by kingedem
Hi Micheal,

Could you please implement a function to print obtained dynamic IP (AT+CIFSR).

Thanks.