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 77998cc commit b81778fCopy full SHA for b81778f
library.properties
@@ -1,5 +1,5 @@
1
name=ArduinoIoTCloud
2
-version=2.6.1
+version=2.7.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
@@ -191,6 +191,6 @@
191
#define AIOT_CONFIG_LASTVALUES_SYNC_MAX_RETRY_CNT (10UL)
192
#endif
193
194
-#define AIOT_CONFIG_LIB_VERSION "2.6.1"
+#define AIOT_CONFIG_LIB_VERSION "2.7.0"
195
196
#endif /* ARDUINO_AIOTC_CONFIG_H_ */
0 commit comments