Re: mini Web IDE (update 3)
Posted: Wed Jun 01, 2016 6:55 am
Okay, never mind, extremely dense of me. I'm getting old!!
I had not explicitly defined the pin to be an output.
I had not explicitly defined the pin to be an output.
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
xchip wrote:Hi guys,
Just a quick web IDE that I wrote to create, edit and run lua files on the MCUNode using a browser.
The script has been updated(again) with many bug fixes.
Any feedback is welcome.
Code: Select all--[[
XChip's NodeMCU IDE
Create, Edit and run NodeMCU files using your webbrowser.
Examples:
http://<mcu_ip>/ will list all the files in the MCU
http://<mcu_ip>/newfile.lua displays the file on your browser
http://<mcu_ip>/newfile.lua?edit allows to creates or edits the specified script in your browser
http://<mcu_ip>/newfile.lua?run it will run the specified script and will show the returned value
]]--
....
....
http://<mcu_ip>/ will list all the files in the MCU
http://<mcu_ip>/Blink.lua displays the file on your browser
http://<mcu_ip>/newfile.lua?edit allows to creates or edits the specified script in your browser