|
@ -1,7 +1,7 @@ |
|
|
#include "BluetoothSerial.h" |
|
|
#include "BluetoothSerial.h" |
|
|
#include <DHT11.h> |
|
|
#include <DHT11.h> |
|
|
|
|
|
|
|
|
String device_name = "ESP32-DHT-Skrabanek"; |
|
|
|
|
|
|
|
|
String device_name = "ESP32-DHT-VasePrijmeni"; |
|
|
|
|
|
|
|
|
BluetoothSerial SerialBT; |
|
|
BluetoothSerial SerialBT; |
|
|
DHT11 dht11(5); |
|
|
DHT11 dht11(5); |
|
|