- repris le projet btn_led_remote dans le workshop, ne fonctionne pas encore

This commit is contained in:
Christian Zufferey
2018-10-11 18:26:51 +02:00
parent 73392c7b8b
commit 55a2037088
44 changed files with 145 additions and 38 deletions

View File

@@ -0,0 +1,28 @@
-- Scripts à charger au moment du boot afin de pouvoir travailler avec le robot à distance
print("\n start_boot.lua zf180907.1440 \n")
dofile("disp_oled.lua")
oled_line1="RESET"
oled_line2=""
oled_line3=""
oled_line4=""
oled_line5=""
disp_oled()
oled_line1="Waiting..."
oled_line2=""
oled_line3=""
oled_line4=""
oled_line5=""
disp_oled()
--dofile("wifi_cnf_start.lua")
dofile("wifi_ap_stop.lua")
dofile("wifi_cli_start.lua")
dofile("web_srv.lua")
dofile("telnet_srv.lua")
zpeed=50
turn_on = 700
zauto=false
dofile("motor.lua")