-
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESP-NOW WIP, added custom UDP conn #70, refractoring
- Loading branch information
Showing
13 changed files
with
916 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
idf_component_register(SRCS main.c db_esp32_control.c globals.h sdkconfig.h msp_ltm_serial.c | ||
msp_ltm_serial.h db_protocol.h http_server.c http_server.h db_esp32_comm.c | ||
db_esp32_comm.h db_comm_protocol.h db_comm.c db_comm.h db_crc.c db_crc.h tcp_server.c tcp_server.h | ||
http_server.c http_server.h | ||
http_server.c http_server.h db_esp_now.c db_esp_now.h db_serial.c db_serial.h | ||
INCLUDE_DIRS ".") | ||
|
||
if(CONFIG_WEB_DEPLOY_SF) | ||
set(WEB_SRC_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../frontend") | ||
spiffs_create_partition_image(www ${WEB_SRC_DIR} FLASH_IN_PROJECT) | ||
# if(EXISTS ${WEB_SRC_DIR}/dist) | ||
# spiffs_create_partition_image(www ${WEB_SRC_DIR}/dist FLASH_IN_PROJECT) | ||
# else() | ||
# message(FATAL_ERROR "${WEB_SRC_DIR}/dist doesn't exit. Please run 'npm run build' in ${WEB_SRC_DIR}") | ||
# endif() | ||
endif() |
Oops, something went wrong.