mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
fix up tests
This commit is contained in:
parent
3a47b3eb42
commit
ef7225624b
5 changed files with 16 additions and 9 deletions
|
@ -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();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue