Ensuring up to date

This commit is contained in:
Ea-r-th
2025-11-12 15:26:16 -08:00
parent ec0fea608b
commit 7a9cd2f70e

View File

@@ -50,7 +50,6 @@ void getSensorData(){
currentSensor = (currentSensor + 1) % NUM_CHANNELS; currentSensor = (currentSensor + 1) % NUM_CHANNELS;
currentCycle = (currentCycle + 1) % cyclesPerPrint; currentCycle = (currentCycle + 1) % cyclesPerPrint;
} }
void startBeeping(){ void startBeeping(){