feat(doorbell): add staged boot sequence and refactor main loop
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
# Klubhaus Doorbell — Multi-Target Build Harness
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
|
||||
# Required tools
|
||||
[tools]
|
||||
hk = "latest"
|
||||
pkl = "latest"
|
||||
|
||||
# Usage:
|
||||
# BOARD=esp32-32e-4 mise run compile # compile for esp32-32e-4
|
||||
# BOARD=esp32-32e-4 mise run upload # upload to esp32-32e-4
|
||||
@@ -244,3 +249,6 @@ clang-format -i --style=file \
|
||||
libraries/KlubhausCore/src/*.h \
|
||||
libraries/KlubhausCore/*.properties
|
||||
"""
|
||||
|
||||
[env]
|
||||
BOARD = "esp32-32e-4"
|
||||
|
||||
Reference in New Issue
Block a user