mirror of https://github.com/arendst/Tasmota.git
WiFi Command: Move wifi modes char to be global
This commit is contained in:
parent
daebb37962
commit
946f6b3fe3
|
@ -175,8 +175,6 @@ void WiFiSetSleepMode(void)
|
||||||
|
|
||||||
void WifiBegin(uint8_t flag, uint8_t channel)
|
void WifiBegin(uint8_t flag, uint8_t channel)
|
||||||
{
|
{
|
||||||
const static char kWifiPhyMode[] PROGMEM = " bgnl";
|
|
||||||
|
|
||||||
#ifdef USE_EMULATION
|
#ifdef USE_EMULATION
|
||||||
UdpDisconnect();
|
UdpDisconnect();
|
||||||
#endif // USE_EMULATION
|
#endif // USE_EMULATION
|
||||||
|
|
Loading…
Reference in New Issue