But I have been suspicious about "lets" recently which is why I tried removing then from your original code.
But I have been suspicious about "lets" recently which is why I tried removing then from your original code.
Explore... Chat... Share...
Moderator: Mmiscool
memclear
t = 0
dev_name = "temp1 temp2 temp3 temp4 temp5 temp6 flood pump pswitch power lowp"
dev_type_str = "88888875155"
dev_pin_str = "0 1 2 3 4 5 6 3 4 5 12"
dim dev_value(20)
dim dev_new_val(20)
dim devpin(20)
dim dev_type(20)
cls
wprint "Assing values to arrays...<br>"
for t = 1 to len(dev_type_str)
temp$ = mid(dev_type_str,t,1)
v = val(temp$)
wprint v
wprint " - "
dev_type(t) = v
temp$ = word(dev_pin_str,t)
v = val(temp$)
wprint v
wprint "<br>"
devpin(t) = v
next t
wprint "<br>Recalling values...<br>"
for t=1 to len(dev_type_str)
wprint dev_type(t)
wprint " - "
wprint devpin(t)
wprint "<br>"
next t
wait
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[…]