gpt4 book ai didi

lua - 如何恢复nodemcu无限循环

转载 作者:行者123 更新时间:2023-12-04 14:21:29 28 4
gpt4 key购买 nike

我在 nodemcu/ESP8266 板上用无限循环加载 init.lua 时出错。

然后开发板继续重启,没有执行任何其他指令。

i = 10
timerId = 0
timerDelay = 30000 -- Milisec
pin = 5
gpio.mode(pin,gpio.INPUT)
repeat(
print(gpio.read(pin))
i = i + 1
end)
until i < 5

最佳答案

我试过刷板

python esptool.py -p /dev/tty.wchusbserial1450 run

python esptool.py -p /dev/tty.wchusbserial1450 write_flash 0x0000 ../nodemcu_latest.bin

然后修复我的代码并再次加载它,现在可以正常工作了

关于lua - 如何恢复nodemcu无限循环,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31304082/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com