ESPcopter standalone Code(Web APP)
#define REMOTE_WEB_APP
#define WEB_APP_WIFI_SSID "ESPcopter" //ESPcopter Wiffi ismi
#define WEB_APP_WIFI_PASSWORD "12345678" //ESPcopter Wiffi şifresi
#include <espcopter.h>
void setup() {
mainSetup();
}
void loop() {
mainLoop();
}
Connection:
After installing the software, turn on the drone. In the wifi tab of your phone, you will see the
name of the drone.
WIFI_SSID “ESPcopter
WIFI_PASSWORD “12345678”
After making the connection, open any web browser application from your phone. Type
192.168.4.1 in the search line.