gui and ina sensors

This commit is contained in:
2020-07-07 23:39:13 +02:00
parent cd75b7bd0c
commit a2c3b40435
3 changed files with 31 additions and 15 deletions

View File

@@ -456,7 +456,7 @@ public:
private:
void yield() {
usleep(5000);
usleep(10*1000); // 10 ms. this is the minimum when running with 100 Ticks FreeRTOS
}
/**