Use DIO mode for normal operation; disable DIO before flashing. Use SYS_LED for indicating booting (slow), flashing (fast) and normal operation (on)

This commit is contained in:
feelfree69
2026-01-22 19:38:17 +01:00
parent 1e8382bd56
commit 0345bf7bf2
4 changed files with 26 additions and 1 deletions
+1
View File
@@ -124,5 +124,6 @@ void get_random_32(void);
void read_reg_timer(uint32_t * tmr);
void sfp_print_info(uint8_t sfp);
bool gpio_pin_test(uint8_t pin);
void set_sys_led_state(uint8_t state);
#endif