Avoid hard-coding the SDK version number in RTD.

This commit is contained in:
Johny Mattsson 2016-01-16 23:07:54 +11:00
parent a3ac4c80ba
commit bf0dc5e65f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
NodeMCU is an [eLua](http://www.eluaproject.net/) based firmware for the [ESP8266 WiFi SOC from Espressif](http://espressif.com/en/products/esp8266/). This is a companion project to the popular [NodeMCU dev kits](https://github.com/nodemcu/nodemcu-devkit-v1.0), ready-made open source development boards with ESP8266-12E chips. NodeMCU is an [eLua](http://www.eluaproject.net/) based firmware for the [ESP8266 WiFi SOC from Espressif](http://espressif.com/en/products/esp8266/). This is a companion project to the popular [NodeMCU dev kits](https://github.com/nodemcu/nodemcu-devkit-v1.0), ready-made open source development boards with ESP8266-12E chips.
The firmware is based on the Espressif SDK v1.4 and uses a file system based on [spiffs](https://github.com/pellepl/spiffs). The firmware is based on the Espressif NON-OS SDK and uses a file system based on [spiffs](https://github.com/pellepl/spiffs).
## Getting started ## Getting started
- [Build the firmeware](build.md) with the modules you need. - [Build the firmeware](build.md) with the modules you need.