chore(firmware): add initial implementation for WiFi connection and OCPP integration

This commit is contained in:
2025-11-20 20:25:51 +08:00
parent 68d5c596b4
commit a4e5833b06
13 changed files with 24740 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# This file was automatically generated for projects
# without default 'CMakeLists.txt' file.
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*)
idf_component_register(SRCS ${app_sources})