Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Getting_Started.md (Feature Table) #1769

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions manual/Getting_Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,15 @@ This information suits you if you just want to use an easy way.

1. download the flash-tool [nodemcu-pyflasher](https://github.com/marcelstoer/nodemcu-pyflasher)
2. download latest release bin-file from [ahoy_](https://github.com/grindylow/ahoy/releases)


| FW Tag/Feature | MqTT | Display | History/Verlauf | Prometheus |
|--------------------|-------|---------|-----------------|------------|
| esp8266 | X | - | - | - |
| esp8266-all | X | X | X | - |
| esp8266-minimal | - | - | - | - |
| esp8266-prometheus | X | X | X | X |

3. open flash-tool and connect the target device to your computer.
4. Set the correct serial port and select the correct *.bin file
5. click on "Flash NodeMCU"
Expand Down