R1 Neo: Turn off debugging, rtc cleanup

This commit is contained in:
kelsey hudson
2026-03-11 18:24:01 -07:00
parent 5d1f5139ae
commit a56419dc21
4 changed files with 6 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ public:
#define BATTERY_SAMPLES 8
uint16_t getBattMilliVolts() override {
MESH_DEBUG_PRINTLN("R1Neo: Sampling battery");
analogReadResolution(12);
uint32_t raw = 0;