Various services improved (#110)

This commit is contained in:
Ken Van Hoeylandt
2024-12-06 23:16:29 +01:00
committed by GitHub
parent 36bb25deba
commit d52fe52d96
32 changed files with 771 additions and 636 deletions
+3 -3
View File
@@ -59,7 +59,7 @@ enum WifiRadioState {
WIFI_RADIO_CONNECTION_PENDING,
WIFI_RADIO_CONNECTION_ACTIVE,
WIFI_RADIO_OFF_PENDING,
WIFI_RADIO_OFF
WIFI_RADIO_OFF,
};
struct WifiEvent {
@@ -74,9 +74,9 @@ struct WifiApRecord {
/**
* @brief Get wifi pubsub
* @return PubSub*
* @return PubSub
*/
PubSub* getPubsub();
std::shared_ptr<PubSub> getPubsub();
WifiRadioState getRadioState();
/**