diff options
author | Arisotura <thetotalworm@gmail.com> | 2024-04-12 17:28:51 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2024-04-12 17:28:51 +0200 |
commit | 111dc7a563dc0050939f794445574a342836bdde (patch) | |
tree | c27b0dfb0870780309f381e864ba579fc8e0bee8 /src/WifiAP.h | |
parent | 0b87dd5fa6aa70277d07a2af301db843be9e9a01 (diff) |
wifi improvements:
* implement channels
* rework power-down support, fixing bugs
* fix bug when W_BeaconInterval is zero
* fix potential missing IRQs when writing to W_IE
Diffstat (limited to 'src/WifiAP.h')
-rw-r--r-- | src/WifiAP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WifiAP.h b/src/WifiAP.h index 8f3ed11..a9e80c3 100644 --- a/src/WifiAP.h +++ b/src/WifiAP.h @@ -34,6 +34,7 @@ public: static const char* APName; static const u8 APMac[6]; + static const u8 APChannel; void MSTimer(); |