small update

This commit is contained in:
zecktos 2021-07-03 13:09:43 +02:00
parent e942e7045c
commit a9028a4a47
1 changed files with 3 additions and 3 deletions

View File

@ -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);
}
}