You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,6 +82,8 @@ On the ESP32 there is the possibility to use the dual core architecture with the
71
82
72
83
An advantage use of the `getStatus()` and `getMediaList()` can be seen in [`ArduinoJson.ino`](examples/ArduinoJson/ArduinoJson.ino), you would need to download the `ArduinoJson` library
73
84
85
+
To improve the connection stability is very important to always close the connection with `end()`
86
+
74
87
**Important:** Before uploading to your board you have to change the SSID, password and camera model from `Secrets.h`
75
88
76
89
## Supported Settings
@@ -96,3 +109,7 @@ In the file [Settings.h](src/Settings.h) you can see how them are defined
96
109
All the commands came from the great work of [KonradIT](https://github.com/KonradIT/goprowifihack)
97
110
98
111
The idea of making a GoPro library for arduino comes from another [library](https://github.com/agdl/GoPRO) which works only on arduino WiFi boards and only with GoPro HERO3
112
+
113
+
## Donate
114
+
115
+
If you liked the library and wish to donate you can sent to [PayPal](paypal.me/aster94)
0 commit comments