Removed unused stuff
This commit is contained in:
parent
c431d93895
commit
53477902c2
2
main.lua
2
main.lua
@ -9,8 +9,6 @@ tmr.alarm(0, 100, 1, function()
|
|||||||
print("Connecting to AP...")
|
print("Connecting to AP...")
|
||||||
else
|
else
|
||||||
tmr.stop(0)
|
tmr.stop(0)
|
||||||
-- Switch of the booting lamp
|
|
||||||
gpio.write(5, gpio.LOW)
|
|
||||||
print('IP: ',wifi.sta.getip())
|
print('IP: ',wifi.sta.getip())
|
||||||
|
|
||||||
--ptbtime1.ptb.de
|
--ptbtime1.ptb.de
|
||||||
|
@ -30,4 +30,4 @@ if [ $? -ne 0 ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo ./esptool.py --port /dev/$DEVICE write_flash 0x00000 0x00000.bin 0x10000 0x10000.bin
|
sudo ./esptool.py --port /dev/$DEVICE write_flash 0x00000 nodemcu-master-bit,enduser_setup,file,gpio,node,rtcfifo,rtcmem,rtctime,sntp,spi,tmr,uart,wifi,ws2812-integer.bin
|
||||||
|
0
programESP.sh
Normal file → Executable file
0
programESP.sh
Normal file → Executable file
0
timecore.lua
Normal file → Executable file
0
timecore.lua
Normal file → Executable file
Loading…
Reference in New Issue
Block a user