Removed tests. PCB needs change
This commit is contained in:
parent
81a1637820
commit
b5cfd4d4ce
@ -243,7 +243,7 @@ int16_t eeprom_idx = 0;
|
|||||||
uint8_t spool_attached = 0;
|
uint8_t spool_attached = 0;
|
||||||
uint8_t spool_counting = 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;
|
uint32_t long_press_when_ms = 0xFFFFFFFF;
|
||||||
|
|
||||||
uint8_t count_highlight = 0xFF;
|
uint8_t count_highlight = 0xFF;
|
||||||
@ -512,13 +512,12 @@ int main()
|
|||||||
read_battery(&battery_mAh, &battery_mV, &battery_temp);
|
read_battery(&battery_mAh, &battery_mV, &battery_temp);
|
||||||
|
|
||||||
// Attempt to attach spool on initial startup
|
// Attempt to attach spool on initial startup
|
||||||
// attach_detach_spool();
|
attach_detach_spool();
|
||||||
|
|
||||||
display_enable(1);
|
display_enable(1);
|
||||||
print_mm();
|
print_mm();
|
||||||
print_direction();
|
print_direction();
|
||||||
print_battery_icon();
|
print_battery_icon();
|
||||||
while (1);
|
|
||||||
state = STATE_IDLE;
|
state = STATE_IDLE;
|
||||||
|
|
||||||
sei();
|
sei();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user