Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit c1d5898

Browse files
authored
Fix Codespell complaints
1 parent 54ef7a4 commit c1d5898

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ Supposing the STM32 stm32 core version is 2.3.0. These files must be copied into
464464
- `~/.arduino15/packages/STM32/hardware/stm32/2.3.0/system/STM32F7xx/stm32f7xx_hal_conf_default.h` for Nucleo-144 STM32F7.
465465

466466
Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz,
467-
theses files must be copied into the corresponding directory:
467+
these files must be copied into the corresponding directory:
468468

469469
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/system/STM32F4xx/stm32f4xx_hal_conf_default.h`
470470
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/system/STM32F7xx/stm32f7xx_hal_conf_default.h
@@ -480,7 +480,7 @@ Supposing the STM32 stm32 core version is 2.3.0. These files must be copied into
480480
- `~/.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.
481481

482482
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:
484484

485485
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/variants/STM32F7xx/F765Z(G-I)T_F767Z(G-I)T_F777ZIT/NUCLEO_F767ZI/variant.h`
486486
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/variants/STM32L0xx/L052R(6-8)T_L053R(6-8)T_L063R8T/NUCLEO_L053R8/variant.h`
@@ -609,7 +609,7 @@ For example
609609
defined(NRF52840_FEATHER_SENSE) || defined(NRF52840_ITSYBITSY) || defined(NRF52840_CIRCUITPLAY) || defined(NRF52840_CLUE) || \
610610
defined(NRF52840_METRO) || defined(NRF52840_PCA10056) || defined(PARTICLE_XENON) || defined(NINA_B302_ublox) || defined(NINA_B112_ublox) )
611611

612-
#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
613613
// To define pin out for WiFiNINA here
614614

615615
//#define PINS_COUNT (60u)
@@ -1243,7 +1243,7 @@ STM32_Pub
12431243
Attempting MQTT connection to broker.emqx.io
12441244
...connected
12451245
Published connection message successfully!
1246-
Subcribed to: STM32_Sub
1246+
Subscribed to: STM32_Sub
12471247
MQTT Message Send : STM32_Pub => Hello from MQTT_ThingStream on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
12481248
MQTT Message receive [STM32_Pub] Hello from MQTT_ThingStream on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
12491249
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
16971697
SSID: HueNet1, Signal strength (RSSI):-18 dBm
16981698
Attempting MQTT connection to broker.emqx.io...connected
16991699
Published connection message successfully!
1700-
Subcribed to: Nano RP2040 ConnectSub
1700+
Subscribed to: Nano RP2040 ConnectSub
17011701
H
17021702
MQTT Message Send : Nano RP2040 ConnectPub => Hello from MQTTClient_Auth__WiFiMulti on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library
17031703
Message arrived [Nano RP2040 ConnectPub] Hello from MQTTClient_Auth__WiFiMulti on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library

platformio/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ lib_deps =
5656
build_flags =
5757
; set your debug output (default=Serial)
5858
; -D DEBUG_ESP_PORT=Serial
59-
; comment the folowing line to enable WiFi debugging
59+
; comment the following line to enable WiFi debugging
6060
; -D NDEBUG
6161

6262
[env:ESP8266]

0 commit comments

Comments
 (0)