From 84f9f7717b1e002eec96061525a3c296209e56ae Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 18 Nov 2022 01:47:29 -0500 Subject: [PATCH] Fix `Codespell` complaints --- README.md | 4 ++-- platformio/platformio.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8e13efc..22a1bdc6 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,7 @@ Supposing the STM32 stm32 core version is 2.3.0. These files must be copied into - `~/.arduino15/packages/STM32/hardware/stm32/2.3.0/system/STM32F7xx/stm32f7xx_hal_conf_default.h` for Nucleo-144 STM32F7. Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz, -theses files must be copied into the corresponding directory: +these files must be copied into the corresponding directory: - `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/system/STM32F4xx/stm32f4xx_hal_conf_default.h` - `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/system/STM32F7xx/stm32f7xx_hal_conf_default.h @@ -384,7 +384,7 @@ Supposing the STM32 stm32 core version is 2.3.0. These files must be copied into - `~/.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. Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz, -theses files must be copied into the corresponding directory: +these files must be copied into the corresponding directory: - `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/variants/STM32F7xx/F765Z(G-I)T_F767Z(G-I)T_F777ZIT/NUCLEO_F767ZI/variant.h` - `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/variants/STM32L0xx/L052R(6-8)T_L053R(6-8)T_L063R8T/NUCLEO_L053R8/variant.h` diff --git a/platformio/platformio.ini b/platformio/platformio.ini index bd01f7aa..a2b72adb 100644 --- a/platformio/platformio.ini +++ b/platformio/platformio.ini @@ -62,7 +62,7 @@ lib_deps = build_flags = ; set your debug output (default=Serial) ; -D DEBUG_ESP_PORT=Serial -; comment the folowing line to enable WiFi debugging +; comment the following line to enable WiFi debugging ; -D NDEBUG ; ============================================================