fix up tests

This commit is contained in:
Brett Christensen 2024-02-09 15:36:35 +11:00
parent 3a47b3eb42
commit ef7225624b
5 changed files with 16 additions and 9 deletions

View file

@ -65,13 +65,13 @@ extern uint16_t OBC_Charge_Power;
*/
void init_webserver();
/*
* @brief loop for monitoring wifi.
/**
* @brief Monitoring loop for WiFi. Will attempt to reconnect to access point if the connection goes down.
*
* @param[in] void
*
*
* @return void
*/
*/
void wifi_monitor();
/**