Spelling improved

This commit is contained in:
Ollo 2021-12-06 20:18:23 +01:00
parent 1cf8c781eb
commit b2db51d9a9
3 changed files with 4 additions and 3 deletions

View File

@ -40,7 +40,7 @@ VCC | GND
The following pins are used:
* GPIO4 PM1006 particle sensor PIN REST on Vindriktning board
* GPIO2 WS2812 stripe out of three LEDs, replacing the orignal LEDs at front
* GPIO2 WS2812 stripe out of three LEDs, replacing the original LEDs at front
* GPIO15 Red LED (optional)
* GPIO12 Green LED (optional) Used as 3.3V Supply for the I2C sensor
* GPIO13 Blue LED (optional)

View File

@ -27,7 +27,7 @@ usage: ota_updater.py [-h] -l BROKER_HOST -p BROKER_PORT [-u BROKER_USERNAME]
[-d BROKER_PASSWORD] [-t BASE_TOPIC] -i DEVICE_ID
firmware
ota firmware update scirpt for ESP8226 implemenation of the Homie mqtt IoT
ota firmware update script for ESP8226 implementation of the Homie mqtt IoT
convention.
positional arguments:

View File

@ -7,5 +7,6 @@ if [ $? -ne 0 ]; then
fi
codespell -w ../src/*
codespell -w ../include/*
codespell ../Readme.md
codespell -w ../*.md
codespell -w *.md
exit 0