disable debug flags that were not commented out after debugging

이 커밋은 다음에 포함됨:
recrof
2025-05-05 22:48:21 +02:00
부모 81863a5995
커밋 eaea26267b
7개의 변경된 파일16개의 추가작업 그리고 16개의 파일을 삭제
+2 -2
파일 보기
@@ -31,7 +31,7 @@ build_flags =
-D ADVERT_LAT=0.0
-D ADVERT_LON=0.0
-D ADMIN_PASSWORD='"password"'
-D MESH_PACKET_LOGGING=1
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
build_src_filter = ${Heltec_lora32_v3.build_src_filter}
+<helpers/ui/SSD1306Display.cpp>
@@ -142,7 +142,7 @@ build_flags =
-D ADVERT_LAT=0.0
-D ADVERT_LON=0.0
-D ADMIN_PASSWORD='"password"'
-D MESH_PACKET_LOGGING=1
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
build_src_filter = ${Heltec_lora32_v3.build_src_filter}
+<../examples/simple_repeater>