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

Commit cd30109

Browse files
authored
Fix Codespell complaints
1 parent 1aa9686 commit cd30109

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ esp32-sniffer/12345678/ble
569569
Attempting MQTT connection to mqtt.thingstream.io
570570
...connected
571571
Published connection message successfully!
572-
Subcribed to: esp32-sniffer/12345678/ble
572+
Subscribed to: esp32-sniffer/12345678/ble
573573
MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTT_ThingStream on WT32-ETH01 with ETH_PHY_LAN8720
574574
MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTT_ThingStream on WT32-ETH01 with ETH_PHY_LAN8720
575575
MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTT_ThingStream on WT32-ETH01 with ETH_PHY_LAN8720
@@ -979,7 +979,7 @@ esp32-sniffer/12345678/ble
979979
Attempting MQTT connection to mqtt.thingstream.io
980980
...connected
981981
Published connection message successfully!
982-
Subcribed to: esp32-sniffer/12345678/ble
982+
Subscribed to: esp32-sniffer/12345678/ble
983983
MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream on WT32-ETH01 with ETH_PHY_LAN8720
984984
MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTTS_ThingStream on WT32-ETH01 with ETH_PHY_LAN8720
985985
MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream on WT32-ETH01 with ETH_PHY_LAN8720

platformio/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lib_deps =
3939
build_flags =
4040
; set your debug output (default=Serial)
4141
-D DEBUG_ESP_PORT=Serial
42-
; comment the folowing line to enable WiFi debugging
42+
; comment the following line to enable WiFi debugging
4343
-D NDEBUG
4444

4545
[env:ESP32]

0 commit comments

Comments
 (0)