Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
First espnow build success
  • Loading branch information
Rodger Griffiths committed Jan 22, 2021
commit 912d3615f16a06772ea54ff210b68c5687170f71
1 change: 1 addition & 0 deletions esp32/application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ APP_MODS_SRC_C = $(addprefix mods/,\
machtouch.c \
modmdns.c \
esp_espnow.c \
ring_buffer.c \
)
ifeq ($(MOD_COAP_ENABLED), 1)
APP_INC += -Ibsdiff
Expand Down
Loading