Move weather to ext app

This commit is contained in:
HTotoo
2023-12-10 16:39:24 +01:00
parent bed011473d
commit 8a84aac2f5
7 changed files with 116 additions and 20 deletions
+5
View File
@@ -20,6 +20,10 @@ set(EXTCPPSRC
external/blespam/main.cpp
external/blespam/ui_blespam.cpp
#weatherstation
external/weatherstation/main.cpp
external/weatherstation/ui_weatherstation.cpp
)
set(EXTAPPLIST
@@ -28,4 +32,5 @@ set(EXTAPPLIST
calculator
font_viewer
blespam
weatherstation
)