Post about your Basic project here

Moderator: Mmiscool

User avatar
By xtal
#31453 basic was able to load my code on ESP-13 , its just has more flash like 12E.....and smaller solder pads..yuk!! :roll:
units came with sdk1.1.1 v 0.25 AI-thinker --- was able to load sdk 1.4.0 v 0.50 AT command set...

How do you concatenate Wprint ?

with nodeMCU C:send"('ttttext'..var..'texxxt')"

So how to do with basic?????
User avatar
By Mmiscool
#31462 I am not familiar too much with node MCU lua.

The wprint command simple puts whatever you want at the end the of the html buffer.

I suggest you use several wprint lines to accomplish your gold.

wprint "Stuff before the variable"
wprint variable
wprint "stuff after variable"
User avatar
By xtal
#31463 tonight I added about 10 vars then saved again , of course the vars did not display in my Wpage when re-opening the saved file about 15-20 lines displayed and the remainder intermixed the remaining text with attempt to display Wpage.......
[ie] started display EDIT page the appended/intermixed my Wpage display.

another bug in the woods.....!!!!
User avatar
By Mmiscool
#31466 Please post problem code.

I want to try and duplicate.