add movement_get_temperature, works across different sensor boards

This commit is contained in:
Joey Castillo
2025-05-17 11:03:51 -04:00
parent 80cbb0fe30
commit 47fbaccc77
7 changed files with 26 additions and 28 deletions

View File

@@ -26,8 +26,6 @@
#include "pins.h"
#ifdef HAS_TEMPERATURE_SENSOR
/*
* THERMISTOR READOUT (aka Temperature Display)
*
@@ -65,5 +63,3 @@ void temperature_display_face_resign(void *context);
temperature_display_face_resign, \
NULL, \
})
#endif // HAS_TEMPERATURE_SENSOR