MeshCore/variants/wio-tracker-l1
jirogit 309a090958 Add JP_STRICT mode: enforce MAX_TEXT_LEN for ARIB STD-T108 compliance
JP_STRICT limits MAX_TEXT_LEN to 1*CIPHER_BLOCK_SIZE (16 bytes) to keep
TX time under 4 seconds on SF12/BW125/CR4-8 (Japan LoRa settings).

SF12/BW125/CR4-8 airtime:
  60 bytes total packet = ~3809ms (within 4s limit)
  packet overhead ~44 bytes, leaving 16 bytes for text payload

Enabled only for WioTrackerL1 and RAK_WisMesh_Tag builds.
2026-03-31 21:57:05 -07:00
..
platformio.ini Add JP_STRICT mode: enforce MAX_TEXT_LEN for ARIB STD-T108 compliance 2026-03-31 21:57:05 -07:00
target.cpp Remove unused RX boosted gain mode functions and related preprocessor directives across multiple variants 2026-03-05 18:38:57 +00:00
target.h Remove unused RX boosted gain mode functions and related preprocessor directives across multiple variants 2026-03-05 18:38:57 +00:00
variant.cpp wio-l1-eink initial support 2025-09-20 21:45:13 +02:00
variant.h * UITask: new UI_HAS_JOYSTICK 2025-10-16 17:33:22 +11:00
WioTrackerL1Board.cpp Deduplicate NRF52 startOTAUpdate() 2025-12-17 10:30:50 +01:00
WioTrackerL1Board.h Remove NRF52BoardOTA class and integrate it into NRF52Board 2026-01-08 22:46:20 +01:00