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 fac154d commit 761f1f7Copy full SHA for 761f1f7
README.md
@@ -21,7 +21,7 @@ import ArduinoCloud from 'arduino-iot-js';
21
// port: BROKER_PORT, // Default is 8443
22
// ssl: true/false, // Default is true
23
// token: 'YOUR_BEARER_TOKEN' // Required!
24
-// apiUrl: 'AUTH SERVER URL', // Default is https://auth.arduino.cc
+// apiUrl: 'AUTH SERVER URL', // Default is https://api2.arduino.cc
25
// onDisconnect: message => { /* Disconnection callback */ },
26
// useCloudProtocolV2: true/false, // Default is false
27
// }
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "arduino-iot-js",
3
- "version": "0.5.1",
+ "version": "0.5.2",
4
"license": "GPLv3",
5
"description": "JS module providing Arduino Create IoT Cloud Connection",
6
"main": "lib/index.js",
0 commit comments