Fix large serial command input triggering watchdog

This commit is contained in:
2024-09-22 20:20:58 +02:00
parent bbbac58989
commit a4ed6be3de
2 changed files with 8 additions and 6 deletions

View File

@@ -7,7 +7,6 @@
#include <avr/interrupt.h>
// TODO: Config header for chip specifics like EEPROM size.
// TODO: Fix huge serial command input triggering watchdog.
// TODO: Only update EEPROM if value differs from previous.
// TODO: Check thermistor conversion results /w thermometer.
// TODO: Implement primary state machine for update loop.