feat: frontend: Add reboot to bootloader button (for updates)
Some checks failed
Build RPi Pico firmware image / Build-Firmware (push) Successful in 4m47s
Check code formatting / Check-C-Format (push) Successful in 6s
Check code formatting / Check-Python-Flake8 (push) Failing after 9s
Check code formatting / Check-Bash-Shellcheck (push) Successful in 5s
Run unit tests on host / Run-Unit-Tests (push) Successful in 8s
Run pytests / Check-Pytest (push) Successful in 10s
Some checks failed
Build RPi Pico firmware image / Build-Firmware (push) Successful in 4m47s
Check code formatting / Check-C-Format (push) Successful in 6s
Check code formatting / Check-Python-Flake8 (push) Failing after 9s
Check code formatting / Check-Bash-Shellcheck (push) Successful in 5s
Run unit tests on host / Run-Unit-Tests (push) Successful in 8s
Run pytests / Check-Pytest (push) Successful in 10s
Signed-off-by: Matthias Blankertz <matthias@blankertz.org>
This commit is contained in:
@@ -153,6 +153,8 @@
|
|||||||
<li><button onclick="showScreen('playlist')">Open Playlist Editor</button></li>
|
<li><button onclick="showScreen('playlist')">Open Playlist Editor</button></li>
|
||||||
<!-- More screens can be added later -->
|
<!-- More screens can be added later -->
|
||||||
</ul>
|
</ul>
|
||||||
|
<hr>
|
||||||
|
<button onclick="fetch('/api/v1/reboot/bootloader', {'method': 'POST'});">Reboot to bootloader</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- CONFIG EDITOR SCREEN -->
|
<!-- CONFIG EDITOR SCREEN -->
|
||||||
|
|||||||
Reference in New Issue
Block a user