-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build the docs even when ESP build fails
- Loading branch information
Showing
11 changed files
with
40 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ repos: | |
- python | ||
- image | ||
- shell | ||
- plain-text | ||
entry: pnpm exec prettier --write | ||
|
||
- id: clang-format | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# Firmware Web Installer | ||
|
||
Click the button below to installer the latest development firmware onto your device. | ||
{% if config.extra['has_firmware'] %} | ||
Click the button below to installer the latest development firmware (commit [{{ git.short_commit }}]({{ config['repo_url'] }}/commit/{{ git.commit }})). Powered by [ESP Web Tools](https://esphome.github.io/esp-web-tools/). | ||
|
||
<!-- TODO The dialog styling does not match the rest, fix it --> | ||
<esp-web-install-button manifest="/installer/manifest.json"/> | ||
{% else %} | ||
Something went wrong when building the latest version of the firmware. | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
A non-exhaustive collection of projects with the same or a similar goal as SunTransit: | ||
|
||
| Link | Description | Open source | | ||
| :------------------------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------- | ---------------- | | ||
| [bvg-grabber](https://github.com/MarkusH/bvg-grabber) | Python script to show [BVG](https://www.bvg.de/) real-time departures on a screen connected to the Raspberry Pi | :material-check: | | ||
| [bvg-monitor-berlin](https://github.com/RocketRene/bvg-monitor-berlin) | [BVG](https://www.bvg.de/) public transport departures on an ESP32 with 320x240 display | :material-check: | | ||
| [esp32_ssd1306_metaefa](https://github.com/aschuma/esp32_ssd1306_metaefa) | Real-time departures of the [VVS](https://www.vvs.de/) (Stuttgart public transport) on a Wemos Lolin32 OLED board | :material-check: | | ||
| [home-assistant-berlin-transport](https://github.com/vas3k/home-assistant-berlin-transport) | [VBB](https://www.vbb.de/)/[BVG](https://www.bvg.de/) transport widget for Home Assistant (iOS) | :material-check: | | ||
| [MMM-PublicTransportBerlin](https://github.com/deg0nz/MMM-PublicTransportBerlin) | [MagicMirror](https://github.com/MichMich/MagicMirror) module to show real-time [BVG](https://www.bvg.de/) departures | :material-check: | | ||
| [mvv-display-for-ESP32](https://github.com/florianlederer/mvv-display-for-ESP32) | Real-time departures of the [MVV](https://www.mvv-muenchen.de/) (Munich public transport) on a ESP32 TTGO-T-Display | :material-check: | | ||
| [vbbvg](https://github.com/deeplook/vbbvg) | CLI tool to display real-time departures for [VBB](https://www.vbb.de/)/[BVG](https://www.bvg.de/) public transport | :material-check: | | ||
| [weilsiedichlieben.de](https://weilsiedichlieben.de/) | Web-app showing real-time departures of the [BVG](https://www.bvg.de/), supports multiple stations | :material-close: | | ||
| Link | Description | Open source | | ||
| :------------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------- | ---------------- | | ||
| [bvg-grabber](https://github.com/MarkusH/bvg-grabber) | Python script to show [BVG][bvg.de] real-time departures on a screen connected to the Raspberry Pi | :material-check: | | ||
| [bvg-monitor-berlin](https://github.com/RocketRene/bvg-monitor-berlin) | [BVG][bvg.de] public transport departures on an ESP32 with 320x240 display | :material-check: | | ||
| [esp32_ssd1306_metaefa](https://github.com/aschuma/esp32_ssd1306_metaefa) | Real-time departures of the [VVS][vvs.de] (Stuttgart public transport) on a Wemos Lolin32 OLED board | :material-check: | | ||
| [home-assistant-berlin-transport](https://github.com/vas3k/home-assistant-berlin-transport) | [VBB][vbb.de]/[BVG][bvg.de] transport widget for Home Assistant (iOS) | :material-check: | | ||
| [MMM-PublicTransportBerlin](https://github.com/deg0nz/MMM-PublicTransportBerlin) | [MagicMirror](https://github.com/MichMich/MagicMirror) module to show real-time [BVG][bvg.de] departures | :material-check: | | ||
| [mvv-display-for-ESP32](https://github.com/florianlederer/mvv-display-for-ESP32) | Real-time departures of the [MVV][mvv] (Munich public transport) on a ESP32 TTGO-T-Display | :material-check: | | ||
| [vbbvg](https://github.com/deeplook/vbbvg) | CLI tool to display real-time departures for [VBB][vbb.de]/[BVG][bvg.de] public transport | :material-check: | | ||
| [weilsiedichlieben.de](https://weilsiedichlieben.de/) | Web-app showing real-time departures of the [BVG][bvg.de], supports multiple stations | :material-close: | | ||
|
||
[bvg.de]: https://www.bvg.de | ||
[vbb.de]: https://www.vbb.de | ||
[vvs.de]: htts://www.vvs.de | ||
[mvv]: https://www.mvv-muenchen.de/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ mkdocs | |
mkdocs-material | ||
mkdocs-glightbox | ||
mkdocs-gen-files | ||
mkdocs-macros-plugin |