8000
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 e45459e commit 89d3c92Copy full SHA for 89d3c92
library.properties
@@ -1,5 +1,5 @@
1
name=ArduinoIoTCloud
2
-version=1.10.0
+version=1.11.0
3
author=Arduino
4
maintainer=Arduino <info@arduino.cc>
5
sentence=This library allows connecting to the Arduino IoT Cloud service.
src/AIoTC_Config.h
@@ -167,6 +167,6 @@
167
#define AIOT_CONFIG_RP2040_OTA_HTTP_HEADER_RECEIVE_TIMEOUT_ms (10*1000UL)
168
#define AIOT_CONFIG_RP2040_OTA_HTTP_DATA_RECEIVE_TIMEOUT_ms (4*60*1000UL)
169
170
-#define AIOT_CONFIG_LIB_VERSION "1.10.0"
+#define AIOT_CONFIG_LIB_VERSION "1.11.0"
171
172
#endif /* ARDUINO_AIOTC_CONFIG_H_ */
0 commit comments