Removed tests. PCB needs change

This commit is contained in:
nedko 2022-11-04 22:05:38 +02:00
parent 81a1637820
commit b5cfd4d4ce

View File

@ -243,7 +243,7 @@ int16_t eeprom_idx = 0;
uint8_t spool_attached = 0;
uint8_t spool_counting = 0;
uint32_t sleep_when_ms = 0;
uint32_t sleep_when_ms = DISPLAY_DELAY;
uint32_t long_press_when_ms = 0xFFFFFFFF;
uint8_t count_highlight = 0xFF;
@ -512,13 +512,12 @@ int main()
read_battery(&battery_mAh, &battery_mV, &battery_temp);
// Attempt to attach spool on initial startup
// attach_detach_spool();
attach_detach_spool();
display_enable(1);
print_mm();
print_direction();
print_battery_icon();
while (1);
state = STATE_IDLE;
sei();