/* main.c */ void user_rf_pre_init(void); void user_init(void); /* webserver.c */ void webserver_init(void); /* util.c */ char *bounded_strstr(char *haystack, uint32_t len, char *needle); bool util_isspace(char c); /* reset.c */ void reset_init(void); /* wifi.c */ void wifi_init(void); /* uart.c */ STATUS uart0_tx_one_char(uint8 TxChar); void uart_init(void); /* upgrade.c */ void upgrade(void);