Various services improved (#110)
This commit is contained in:
committed by
GitHub
parent
36bb25deba
commit
d52fe52d96
@@ -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();
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user