Skip to content

Commit 652089f

Browse files
committed
removed the httpclients, other fixes
1 parent d74c1ba commit 652089f

File tree

4 files changed

+349
-294
lines changed

4 files changed

+349
-294
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Have you ever thought about the possibility to control your action camera with y
3232
- MKR WiFi 1010
3333
- MKR VIDOR 4000
3434
- UNO WiFi Rev.2
35-
- Arduino UNO
3635
- any arduino boards (UNO, nano, 101, etc.) attached to an ESP8266 (ESP01) using AT commands with [this library](https://github.com/bportaluri/WiFiEsp)
3736

3837

examples/GoProControl/GoProControl.ino

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,11 @@ void loop()
111111
gp.end();
112112
break;
113113

114-
case 'z':
115-
// test functions
114+
case 'p':
115+
gp.printStatus();
116116
break;
117117
}
118118

119119
in = 0;
120-
delay(100);
121120
gp.keepAlive();
122121
}

0 commit comments

Comments
 (0)