small update
This commit is contained in:
parent
e942e7045c
commit
a9028a4a47
1 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ const std::string devicesToSearch[] = {
|
||||||
#define pwd ""
|
#define pwd ""
|
||||||
|
|
||||||
// OSC
|
// OSC
|
||||||
#define host "192.168.20.105"
|
#define host "192.168.21.232"
|
||||||
#define port 3030
|
#define port 3030
|
||||||
|
|
||||||
#define oneWireBus 18
|
#define oneWireBus 18
|
||||||
|
@ -47,7 +47,7 @@ DallasTemperature sensors(&oneWire);
|
||||||
|
|
||||||
|
|
||||||
float temp;
|
float temp;
|
||||||
float threshold = 0.35;
|
float threshold = 1.0;
|
||||||
|
|
||||||
|
|
||||||
void set_calibration() {
|
void set_calibration() {
|
||||||
|
@ -163,7 +163,7 @@ void bgTask(void * parameter) {
|
||||||
ypr[i] = yprNew[i];
|
ypr[i] = yprNew[i];
|
||||||
acc[i] = accNew[i];
|
acc[i] = accNew[i];
|
||||||
}
|
}
|
||||||
vTaskDelay(100);
|
delay(100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue