Skip to content

Commit ad9fdd7

Browse files
committed
Add-On detection, general usability improvements
1 parent 06c38a2 commit ad9fdd7

16 files changed

Lines changed: 721 additions & 167 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
idf_component_register(
2+
SRCS
3+
addon.c
4+
INCLUDE_DIRS
5+
"include"
6+
REQUIRES
7+
driver
8+
badge-bsp
9+
eeprom
10+
)

0 commit comments

Comments
 (0)