feat(eppp): Added CI job to build examples and tests

This commit is contained in:
David Cermak
2024-02-14 16:30:42 +01:00
parent 18f845275f
commit 7eefcf084e
17 changed files with 77 additions and 46 deletions

View File

@ -1,2 +1,2 @@
idf_component_register(SRCS "station_example_main.c"
idf_component_register(SRCS "eppp_slave.c"
INCLUDE_DIRS ".")