nodemcu-build.com builds old firmware
Posted: Sun Mar 05, 2017 2:06 am
Hello.
I use master branch on nodemcu-build.com and chose 8 modules: bme280, file, gpio, net, node, tmr, uart, wifi.
When I am trying to connect to the esp8266 board, I receive this:
So it's the 0.9.5. version. But on the nodemcu firmware github there is version 2.0.0. How I can get the latest version?
Also in the 0.9.5 bme280 module does not work:
It seems like there is no module in the firmware. Please, help me.
I use master branch on nodemcu-build.com and chose 8 modules: bme280, file, gpio, net, node, tmr, uart, wifi.
When I am trying to connect to the esp8266 board, I receive this:
Code: Select all
NodeMCU 0.9.5 build 20150318 powered by Lua 5.1.4
So it's the 0.9.5. version. But on the nodemcu firmware github there is version 2.0.0. How I can get the latest version?
Also in the 0.9.5 bme280 module does not work:
Code: Select all
stdin:1: attempt to index global 'bme280' (a nil value)
It seems like there is no module in the firmware. Please, help me.