Added ESP32 as new target (still on SDK 1.0.6)
This commit is contained in:
@ -30,7 +30,7 @@ SOFTWARE.
|
||||
#include <main.hpp>
|
||||
#include <tempsensor.hpp>
|
||||
|
||||
OneWire myOneWire(D6);
|
||||
OneWire myOneWire(PIN_DS);
|
||||
DallasTemperature mySensors(&myOneWire);
|
||||
#define TEMPERATURE_PRECISION 9
|
||||
|
||||
|
Reference in New Issue
Block a user