Stevenelson wrote:Can you add copy/paste to the "command to send" input box?
On Windows you can use CTRL+C - CTRL+V for copy and paste. For MAC(and any other) this feature will be in next release in popup menu.
Explore... Chat... Share...
Stevenelson wrote:Can you add copy/paste to the "command to send" input box?
delcon wrote:I am very interested to try your application but the download is painfully slow and does not complete...
file.open(“init.lua”,”w”)
file.writeline([[print(“WIFI control”)]])
— put module in AP mode
file.writeline([[wifi.setmode(wifi.SOFTAP)]])
file.writeline([[print(“ESP8266 mode is: ” .. wifi.getmode())]])
file.close()
> file.remove("init.lua");
> file.open("init.lua","w+"); I don't know where the '+' came from...
> w = file.writeline
> w([[file.open(“init.lua”,”w”)]]);
stdin:1: open a file first I thought I had
> w([[file.writeline([[print(“WIFI control”)]])]]);
stdin:1: nesting of [[...]] is deprecated near '[' I have no idea what this is...
> w([[— put module in AP mode]]);
stdin:1: open a file first
> w([[file.writeline([[wifi.setmode(wifi.SOFTAP)]])]]);
stdin:1: nesting of [[...]] is deprecated near '['
> w([[file.writeline([[print(“ESP8266 mode is: ” .. wifi.getmode())]])]]);
stdin:1: nesting of [[...]] is deprecated near '['
> w([[file.close()]]);
stdin:1: open a file first
> file.close();
> dofile("init.lua");
init.lua:1: unexpected symbol near '�'
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]