20181023w nodeMCU查看固件版本 ESP模块USB连接成功每次都弹出的信息原来是固件版本
淘回来的默认弹出信息:
NodeMCU custom build by frightanic.com branch: master commit: c8037568571edb5c568c2f8231e4f8ce0683b883 SSL: false modules: cjson,file,gpio,net,node,pwm,tmr,uart,wifi build built on: 2016-03-14 02:10 powered by Lua 5.1.4 on SDK 1.4.0 lua: cannot open init.lua
自己定制后发邮箱后烧录的信息:
NodeMCU custom build by frightanic.com branch: master commit: c708828bbe853764b9de58fb8113a70f5a24002d SSL: false modules: adc,ds18b20,file,gpio,http,i2c,net,node,pwm,sjson,spi,sqlite3,tmr,uart,wifi build created on 2018-10-21 15:44 powered by Lua 5.1.4 on SDK 2.2.1(6ab97e9)
同一个制固件再次烧录
烧录的固件显示信息: NodeMCU custom build by frightanic.com branch: master commit: c708828bbe853764b9de58fb8113a70f5a24002d SSL: false modules: adc,ds18b20,file,gpio,http,i2c,net,node,pwm,sjson,spi,sqlite3,tmr,uart,wifi build created on 2018-10-21 15:44 powered by Lua 5.1.4 on SDK 2.2.1(6ab97e9) lua: cannot open init.lua
官网站:frightanic.com branch: master 高级版吗? modules: 烧的模块 默认:cjson,file,gpio,net,node,pwm,tmr,uart,wifi 定制:adc,ds18b20,file,gpio,http,i2c,net,node,pwm,sjson,spi,sqlite3,tmr,uart,wifi
build created on 2018-10-21 15:44 固件更新时间,也不是定制固件发邮箱的时间,不是烧录时间(精确到秒,我喜欢)
版本SDK: 默认:powered by Lua 5.1.4 on SDK 1.4.0 定制:powered by Lua 5.1.4 on SDK 2.2.1(6ab97e9)