Skip to content

Commit

Permalink
Split code into separate source files
Browse files Browse the repository at this point in the history
  • Loading branch information
hg committed Nov 17, 2020
1 parent a6b8710 commit 9158340
Show file tree
Hide file tree
Showing 23 changed files with 1,246 additions and 1,019 deletions.
1 change: 1 addition & 0 deletions firmware/main/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
device_config.hh
2 changes: 1 addition & 1 deletion firmware/main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
idf_component_register(
SRCS "app_main.cc"
SRCS app_main.cc time.cc mqtt.cc settings.cc state.cc pms.cc measurement.cc dallas.cc net.cc
INCLUDE_DIRS "."
EMBED_TXTFILES "ca.pem"
)
Expand Down
Loading

0 comments on commit 9158340

Please sign in to comment.