fixed some minor bugs (NO_PARNO for sending values of all ESW, remove inverting ESP pins..)

This commit is contained in:
2025-11-06 11:03:38 +03:00
parent 24ddc7e1a6
commit bd62eba7da
6 changed files with 51 additions and 17 deletions

View File

@@ -233,7 +233,7 @@ static errcodes dumpconf(const char _U_ *str, text_cmd _U_ cmd){
newline(); usart_send(S_bounce); EQ(); printu(the_conf.bouncetime);
const char ** const *p = bitfields;
int bit = 0;
newline(); usart_send(S_flags); printuhex(the_conf.flags.u32);
newline(); usart_send(S_flags); EQ(); printuhex(the_conf.flags.u32);
while(*p){
IWDG->KR = IWDG_REFRESH;
newline(); usart_putchar(' ');