* Changed NODEMCU to esp8266.

Changed NODEMCU to esp8266 to keep context consistent.
This commit is contained in:
vowstar 2014-12-09 14:45:37 +08:00
parent 2222995af4
commit aa58fe8ef2
1 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ braudrate:9600
end) end)
``` ```
####Use DS18B20 module extends your NODEMCU ####Use DS18B20 module extends your esp8266
```lua ```lua
-- read temperature with DS18B20 -- read temperature with DS18B20
t=require("ds18b20") t=require("ds18b20")