You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
@@ -480,7 +480,7 @@ Supposing the STM32 stm32 core version is 2.3.0. These files must be copied into
480
480
-`~/.arduino15/packages/STM32/hardware/stm32/2.3.0/variants/STM32L0xx/L052R(6-8)T_L053R(6-8)T_L063R8T/NUCLEO_L053R8/variant.h` for Nucleo-64 NUCLEO_L053R8.
481
481
482
482
Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz,
483
-
theses files must be copied into the corresponding directory:
483
+
these files must be copied into the corresponding directory:
#warning You have to modify pin usage accoring to actual connection for NRF528XX
612
+
#warning You have to modify pin usage according to actual connection for NRF528XX
613
613
// To define pin out for WiFiNINA here
614
614
615
615
//#define PINS_COUNT (60u)
@@ -1243,7 +1243,7 @@ STM32_Pub
1243
1243
Attempting MQTT connection to broker.emqx.io
1244
1244
...connected
1245
1245
Published connection message successfully!
1246
-
Subcribed to: STM32_Sub
1246
+
Subscribed to: STM32_Sub
1247
1247
MQTT Message Send : STM32_Pub => Hello from MQTT_ThingStream on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1248
1248
MQTT Message receive [STM32_Pub] Hello from MQTT_ThingStream on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1249
1249
MQTT Message Send : STM32_Pub => Hello from MQTT_ThingStream on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
@@ -1697,7 +1697,7 @@ You're connected to the network, IP = 192.168.2.113
1697
1697
SSID: HueNet1, Signal strength (RSSI):-18 dBm
1698
1698
Attempting MQTT connection to broker.emqx.io...connected
1699
1699
Published connection message successfully!
1700
-
Subcribed to: Nano RP2040 ConnectSub
1700
+
Subscribed to: Nano RP2040 ConnectSub
1701
1701
H
1702
1702
MQTT Message Send : Nano RP2040 ConnectPub => Hello from MQTTClient_Auth__WiFiMulti on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library
1703
1703
Message arrived [Nano RP2040 ConnectPub] Hello from MQTTClient_Auth__WiFiMulti on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library
0 commit comments