We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb850e commit b565ffaCopy full SHA for b565ffa
library.json
@@ -14,7 +14,6 @@
14
"frameworks": "arduino",
15
"platforms": "espressif32",
16
"dependencies": {
17
- "ArduinoHttpClient": "*",
18
- "Micro-RTSP": "*"
+ "ArduinoHttpClient": "*"
19
}
20
library.properties
@@ -7,4 +7,4 @@ paragraph=See more on http://M5Stack.com
7
category=Device Control
8
url=https://github.com/m5stack/TimerCam-arduino.git
9
architectures=esp32
10
-depends=Micro-RTSP,ArduinoHttpClient
+depends=ArduinoHttpClient
0 commit comments