Refactor code structure for improved readability and maintainability

This commit is contained in:
Joshua King
2026-02-21 22:25:59 -05:00
parent df00d77ce1
commit a80a6b59d1
4 changed files with 679 additions and 7 deletions

View File

@@ -13,8 +13,12 @@ lib_deps =
adafruit/Adafruit MAX1704X
bblanchon/ArduinoJson
board_upload.flash_size = 16MB
board_build.partitions = default_16MB.csv
board_build.arduino.memory_type = qio_opi
board_build.extra_flags = -DBOARD_HAS_PSRAM
; board_build.filesystem = spiffs
; board_build.partitions = default.csv
build_flags =
-D PB_VERSION=\"1.0.0\"