WiFi Command: Move wifi modes char to be global

This commit is contained in:
Adrian Scillato 2021-06-04 09:46:41 -03:00 committed by GitHub
parent daebb37962
commit 946f6b3fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -175,8 +175,6 @@ void WiFiSetSleepMode(void)
void WifiBegin(uint8_t flag, uint8_t channel)
{
const static char kWifiPhyMode[] PROGMEM = " bgnl";
#ifdef USE_EMULATION
UdpDisconnect();
#endif // USE_EMULATION