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

Commit 19479d7

Browse files
authored
Fix Codespell complaints
1 parent 759fab4 commit 19479d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

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

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

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

499499
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/variants/STM32F7xx/F765Z(G-I)T_F767Z(G-I)T_F777ZIT/NUCLEO_F767ZI/variant.h`
500500
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/variants/STM32L0xx/L052R(6-8)T_L053R(6-8)T_L063R8T/NUCLEO_L053R8/variant.h`
@@ -978,7 +978,7 @@ STM32_Pub
978978
Attempting MQTT connection to broker.emqx.io
979979
...connected
980980
Published connection message successfully!
981-
Subcribed to: STM32_Sub
981+
Subscribed to: STM32_Sub
982982
MQTT Message Send : STM32_Pub => Hello from MQTT_ThingStream on ITSYBITSY_M4 with ESP8266-AT & ESP8266_AT_WebServer Library
983983
MQTT Message receive [STM32_Pub] Hello from MQTT_ThingStream on ITSYBITSY_M4 with ESP8266-AT & ESP8266_AT_WebServer Library
984984
MQTT Message Send : STM32_Pub => Hello from MQTT_ThingStream on ITSYBITSY_M4 with ESP8266-AT & ESP8266_AT_WebServer Library

platformio/platformio.ini

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

5858
[env:ESP8266]

0 commit comments

Comments
 (0)