1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-17 12:02:15 +03:00

fix wifiAP, ip_addr redeclaration and TFT SPI

This commit is contained in:
John Doe
2015-06-26 12:12:26 +03:00
parent 9de2621b7b
commit 9bb29fc777
3 changed files with 19 additions and 2 deletions

View File

@ -173,6 +173,7 @@ void ESP8266WiFiClass::softAP(const char* ssid)
void ESP8266WiFiClass::softAP(const char* ssid, const char* passphrase, int channel)
{
_useApMode = true;
if(_useClientMode) {
// turn on AP+STA mode
mode(WIFI_AP_STA);