Update device id

This commit is contained in:
2023-01-29 22:51:57 -07:00
parent 360a789f66
commit 364ff5e1b2

View File

@@ -16,7 +16,7 @@ AirGradient ag = AirGradient();
// Config ---------------------------------------------------------------------- // Config ----------------------------------------------------------------------
// Optional. // Optional.
const char* deviceId = "ag-dp-1"; const char* deviceId = "ag-br-1";
// set to 'F' to switch display from Celcius to Fahrenheit // set to 'F' to switch display from Celcius to Fahrenheit
char temp_display = 'C'; char temp_display = 'C';