This commit is contained in:
ollo 2016-05-18 23:06:24 +02:00
commit 309641c023
4 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,6 @@ tmr.alarm(0, 100, 1, function()
print("Connecting to AP...")
else
tmr.stop(0)
-- Switch of the booting lamp
gpio.write(5, gpio.LOW)
print('IP: ',wifi.sta.getip())
--ptbtime1.ptb.de

View File

@ -30,4 +30,4 @@ if [ $? -ne 0 ]; then
exit 1
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