You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(switch_demo): guard wifi-specific cli code with ENABLE_WIFI
Wrap tal_wifi.h include, read_mac function, and its CLI registration
in #if defined(ENABLE_WIFI) guards so the code compiles on non-WiFi
platforms without errors.
0 commit comments