Add option to disable 802.11b data rates

This commit is contained in:
david-beinder
2023-05-01 17:47:46 +02:00
parent 84fe477783
commit 7c5a1b1fb8
8 changed files with 48 additions and 20 deletions

View File

@@ -47,7 +47,7 @@ struct WiFiConfig {
bool mdns;
uint8_t power;
uint8_t sleep;
uint8_t mode;
uint8_t use11b;
bool autoreboot;
}; // 213