We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5fbb5 commit 8b6ff40Copy full SHA for 8b6ff40
library.properties
@@ -1,5 +1,5 @@
1
name=ArduinoIoTCloud
2
-version=2.0.2
+version=2.0.3
3
author=Arduino
4
maintainer=Arduino <[email protected]>
5
sentence=This library allows connecting 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 "2.0.2"
+#define AIOT_CONFIG_LIB_VERSION "2.0.3"
162
163
#endif /* ARDUINO_AIOTC_CONFIG_H_ */
0 commit comments