Spelling improved
This commit is contained in:
parent
1cf8c781eb
commit
b2db51d9a9
@ -40,7 +40,7 @@ VCC | GND
|
|||||||
|
|
||||||
The following pins are used:
|
The following pins are used:
|
||||||
* GPIO4 PM1006 particle sensor PIN REST on Vindriktning board
|
* 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)
|
* GPIO15 Red LED (optional)
|
||||||
* GPIO12 Green LED (optional) Used as 3.3V Supply for the I2C sensor
|
* GPIO12 Green LED (optional) Used as 3.3V Supply for the I2C sensor
|
||||||
* GPIO13 Blue LED (optional)
|
* GPIO13 Blue LED (optional)
|
||||||
|
@ -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
|
[-d BROKER_PASSWORD] [-t BASE_TOPIC] -i DEVICE_ID
|
||||||
firmware
|
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.
|
convention.
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
|
@ -7,5 +7,6 @@ if [ $? -ne 0 ]; then
|
|||||||
fi
|
fi
|
||||||
codespell -w ../src/*
|
codespell -w ../src/*
|
||||||
codespell -w ../include/*
|
codespell -w ../include/*
|
||||||
codespell ../Readme.md
|
codespell -w ../*.md
|
||||||
|
codespell -w *.md
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user