diff --git a/src/main.cpp b/src/main.cpp index 7d895c8..00c1842 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,7 +30,7 @@ const std::string devicesToSearch[] = { #define pwd "" // OSC -#define host "192.168.20.105" +#define host "192.168.21.232" #define port 3030 #define oneWireBus 18 @@ -47,7 +47,7 @@ DallasTemperature sensors(&oneWire); float temp; -float threshold = 0.35; +float threshold = 1.0; void set_calibration() { @@ -163,7 +163,7 @@ void bgTask(void * parameter) { ypr[i] = yprNew[i]; acc[i] = accNew[i]; } - vTaskDelay(100); + delay(100); } }