We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925922b commit 9673032Copy full SHA for 9673032
library.properties
@@ -1,5 +1,5 @@
1
name=ArduinoIoTCloud
2
-version=1.6.1
+version=1.7.0
3
author=Arduino
4
maintainer=Arduino <[email protected]>
5
sentence=This library allows to connect to the Arduino IoT Cloud service.
src/AIoTC_Config.h
@@ -158,6 +158,6 @@
158
#define AIOT_CONFIG_RP2040_OTA_HTTP_HEADER_RECEIVE_TIMEOUT_ms (10*1000UL)
159
#define AIOT_CONFIG_RP2040_OTA_HTTP_DATA_RECEIVE_TIMEOUT_ms (4*60*1000UL)
160
161
-#define AIOT_CONFIG_LIB_VERSION "1.6.1"
+#define AIOT_CONFIG_LIB_VERSION "1.7.0"
162
163
#endif /* ARDUINO_AIOTC_CONFIG_H_ */
0 commit comments