Skip to content

Commit

Permalink
More cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
hg committed Nov 10, 2020
1 parent 2327a0e commit 5ed3395
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 153 deletions.
6 changes: 4 additions & 2 deletions main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
idf_component_register(SRCS "app_main.c"
INCLUDE_DIRS ".")
idf_component_register(
SRCS "app_main.c"
INCLUDE_DIRS "."
)

4 changes: 4 additions & 0 deletions main/Kconfig.projbuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
menu "airmon configuration"

config DEV_NAME
string "Unique device name"
default "esp"

config TEMPERATURE_PERIOD_SECONDS
int "Temperature measurement period, seconds"
range 1 3600
Expand Down
Loading

0 comments on commit 5ed3395

Please sign in to comment.