archive old bbnow code, add wifi scaffold

This commit is contained in:
2026-08-13 14:22:40 -05:00
parent 562b6cea8b
commit 8b3ab06142
9 changed files with 308 additions and 82 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
set(SOURCES
"bbnow.cpp"
"bbnow_old.cpp"
"char_lcd_headers.cpp"
"char_lcd.cpp"
"helpers.cpp"
@@ -12,6 +12,7 @@ set(SOURCES
"ssegs.cpp"
"tft.cpp"
"tm1640.cpp"
"wifi.cpp"
)
target_sources(${COMPONENT_LIB} PRIVATE ${SOURCES})