disable debug flags that were not commented out after debugging

This commit is contained in:
recrof
2025-05-05 22:48:21 +02:00
parent 81863a5995
commit eaea26267b
7 changed files with 16 additions and 16 deletions

View File

@@ -95,8 +95,8 @@ extends = picow
build_flags = ${picow.build_flags}
-D MAX_CONTACTS=100
-D MAX_GROUP_CHANNELS=1
-D MESH_PACKET_LOGGING=1
-D MESH_DEBUG=1
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
build_src_filter = ${picow.build_src_filter}
+<../examples/simple_secure_chat/main.cpp>
lib_deps = ${picow.lib_deps}