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 f5184f7 commit b349c5dCopy full SHA for b349c5d
library.properties
@@ -1,5 +1,5 @@
1
name=Arduino_NetworkConfigurator
2
-version=0.1.2
+version=0.1.3
3
author=Arduino
4
maintainer=Arduino <info@arduino.cc>
5
sentence=This library allows to configure and update the network settings of a ConnectionHandler instance.
src/ANetworkConfigurator_Config.h
@@ -7,7 +7,7 @@
7
*/
8
#pragma once
9
10
-#define ANetworkConfigurator_LIB_VERSION "0.1.2"
+#define ANetworkConfigurator_LIB_VERSION "0.1.3"
11
12
#if defined(ARDUINO_SAMD_MKRWIFI1010)
13
#define NETWORK_CONFIGURATOR_COMPATIBLE 1
0 commit comments