We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94aa399 commit c95f278Copy full SHA for c95f278
library.properties
@@ -1,5 +1,5 @@
1
name=ArduinoIoTCloud
2
-version=1.13.0
+version=1.14.0
3
author=Arduino
4
maintainer=Arduino <[email protected]>
5
sentence=This library allows connecting to the Arduino IoT Cloud service.
src/AIoTC_Config.h
@@ -140,6 +140,6 @@
140
#define AIOT_CONFIG_RP2040_OTA_HTTP_HEADER_RECEIVE_TIMEOUT_ms (10*1000UL)
141
#define AIOT_CONFIG_RP2040_OTA_HTTP_DATA_RECEIVE_TIMEOUT_ms (4*60*1000UL)
142
143
-#define AIOT_CONFIG_LIB_VERSION "1.13.0"
+#define AIOT_CONFIG_LIB_VERSION "1.14.0"
144
145
#endif /* ARDUINO_AIOTC_CONFIG_H_ */
0 commit comments