update README, renaming

This commit is contained in:
Lurkars
2020-07-15 22:29:52 +02:00
parent eaf1c74faa
commit d7a728c498
11 changed files with 26 additions and 10 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
idf_component_register(
SRCS
"interface.c"
"interface-datetime.c"
"interface-menu.c"
"ena-interface.c"
"ena-interface-datetime.c"
"ena-interface-menu.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
ena
+5 -5
View File
@@ -1,11 +1,11 @@
idf_component_register(
SRCS
"beacons.c"
"bluetooth-advertise.c"
"bluetooth-scan.c"
"crypto.c"
"ena.c"
"storage.c"
"ena-beacons.c"
"ena-bluetooth-advertise.c"
"ena-bluetooth-scan.c"
"ena-crypto.c"
"ena-storage.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
spi_flash