sensors: tmp disable some sensors

pull/1/head
emamaker 2022-05-16 22:54:15 +02:00
parent da1af0c7bc
commit 06ffa9972e
1 changed files with 3 additions and 4 deletions

View File

@ -26,9 +26,8 @@ void updateSensors(){
compass->update(); compass->update();
ball->update(); ball->update();
// camera->update();
// bt->update();
camera->update(); // roller->update();
bt->update();
roller->update();
} }