Removed unused stuff

This commit is contained in:
C3MA 2016-05-18 22:25:22 +02:00
parent c431d93895
commit 53477902c2
4 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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
View File

0
timecore.lua Normal file → Executable file
View File