hms related changes

This commit is contained in:
lumapu 2023-02-23 23:30:46 +01:00
parent 3d82e127f8
commit 300fc763c1
6 changed files with 83 additions and 55 deletions

View file

@ -16,6 +16,12 @@
ahoywifi::ahoywifi() : mApIp(192, 168, 4, 1) {}
/**
* TODO: ESP32 has native strongest AP support!
* WiFi.setScanMethod(WIFI_ALL_CHANNEL_SCAN);
WiFi.setSortMethod(WIFI_CONNECT_AP_BY_SIGNAL);
*/
//-----------------------------------------------------------------------------
void ahoywifi::setup(settings_t *config, uint32_t *utcTimestamp, appWifiCb cb) {
mConfig = config;