Alexey
Results
2
issues of
Alexey
Hi, ```cpp WiFi.mode(WIFI_MODE_APSTA); // Set AP Mode WiFi.softAP(AP_SSID, AP_PASS); // Set SSID and PASS AP Mode server.begin(); ``` In the WIFI Portal example, these settings are in the void setup(),...
Hi, I had the task of accessing the SteVe control panel from a php script so that I could automate the process of sending commands to the station. While there...