Delete the sensor part and adapt to the latest crc display.

This commit is contained in:
Quency-D
2025-09-04 14:04:00 +08:00
parent 6e6c59d2ce
commit f4df94a20e
4 changed files with 7 additions and 44 deletions

View File

@@ -30,6 +30,7 @@ lib_deps =
rweather/Crypto @ ^0.4.0
stevemarple/MicroNMEA @ ^2.0.6
zinggjm/GxEPD2 @ 1.6.2
bakercp/CRC32 @ ^2.0.0
debug_tool = jlink
upload_protocol = nrfutil
@@ -72,6 +73,7 @@ build_flags =
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456
-D OFFLINE_QUEUE_SIZE=256
-D AUTO_OFF_MILLIS=0
; -D BLE_DEBUG_LOGGING=1
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
@@ -91,6 +93,7 @@ build_flags =
-I examples/companion_radio/ui-new
-D MAX_CONTACTS=100
-D MAX_GROUP_CHANNELS=8
-D AUTO_OFF_MILLIS=0
; -D BLE_PIN_CODE=123456
; -D BLE_DEBUG_LOGGING=1
; -D MESH_PACKET_LOGGING=1