No description
Find a file
2017-05-14 05:35:40 +02:00
.gitignore Initial commit 2016-11-20 05:15:49 +01:00
application.lua Initial commit 2016-11-20 05:15:49 +01:00
credentials.lua.example Refactoring of the code into files 2017-05-14 05:35:40 +02:00
dallas.lua Refactoring of the code into files 2017-05-14 05:35:40 +02:00
ds18b20.lua Refactoring of the code into files 2017-05-14 05:35:40 +02:00
init.lua Initial commit 2016-11-20 05:15:49 +01:00
README.md Initial commit 2016-11-20 05:15:49 +01:00
server.lua Refactoring of the code into files 2017-05-14 05:35:40 +02:00

esp8266-temperature

This is my first stab at a wireless termometer.

It expects a credentials.lua file with content like this:

SSID = "myssid"
PASSWORD = "mypasswd"