Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
frickelzeugs committed Feb 1, 2022
1 parent bebb407 commit 0c45963
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ Copy all 5 files in a local folder, open your command line/shell, navigate to th
esptool.py --chip esp32 --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 bootloader_dio_40m.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin 2686976 spiffs.bin
```

If everything has worked your output should look like this:
If everything has worked your output should look something like this:

```
esptool.py v3.2
@@ -106,12 +106,20 @@ Leaving...
Hard resetting via RTS pin...
```

Your device should now boot up and the LED ring should start flashing slowly red ("breathing") to signal that's in WiFi Config mode. Proceed with the configuration of the device.
Your device should now boot up and the LED ring should start flashing slowly red ("breathing") to signal that it's currently in WiFi Config mode. Proceed with the configuration of the device.

## Build and flash with Visual Studio Code and PlattformIO
todo

# Configuration
## WiFi Connection
todo

## Enroll your fingerprints
todo

## Configure MQTT connection
todo

# FAQ
## What does the different colors/blinking styles of the LED ring mean?
@@ -125,5 +133,3 @@ Your device should now boot up and the LED ring should start flashing slowly red
| blue | flashing | System startup (not ready yet) |
| purple | solid | Fingerprint match found or when in enrollment mode this means pass is finished, lift your finger |
| purple | flashing | Enrollment active (waiting for finger) |

...to be continued

0 comments on commit 0c45963

Please sign in to comment.