Refactored MyMesh, advert on doublepress

Pulled the class out of main.cpp, made a header to go along with it, externed globals in headers to make them accessible to button code. Added button code to send an advert on double press. Refactored ini files to prevent linker errors.
이 커밋은 다음에 포함됨:
hank
2025-05-31 19:11:28 -07:00
부모 3d6c42978c
커밋 f58a34f5f4
10개의 변경된 파일2135개의 추가작업 그리고 1586개의 파일을 삭제
+1 -1
파일 보기
@@ -108,7 +108,7 @@ build_flags =
; -D MESH_DEBUG=1
build_src_filter = ${Xiao_S3_WIO.build_src_filter}
+<helpers/esp32/*.cpp>
+<../examples/companion_radio/main.cpp>
+<../examples/companion_radio>
lib_deps =
${Xiao_S3_WIO.lib_deps}
densaugeo/base64 @ ~1.4.0