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 6c1079e commit 6278b97Copy full SHA for 6278b97
library.properties
@@ -1,5 +1,5 @@
1
name=Arduino_NetworkConfigurator
2
-version=0.2.1
+version=0.3.0
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.2.1"
+#define ANetworkConfigurator_LIB_VERSION "0.3.0"
11
12
#if defined(ARDUINO_SAMD_MKRWIFI1010)
13
#define NETWORK_CONFIGURATOR_COMPATIBLE 1
0 commit comments