MeshCore/variants/wio-tracker-l1
jirogit eb58523775 JP_STRICT: adjust MAX_TEXT_LEN based on LORA_CR setting
MAX_TEXT_LEN is automatically selected based on the LORA_CR build flag
defined in platformio.ini (e.g. -D LORA_CR=5).

CR4/5: 48 bytes (~16 JP chars, TX ~3808ms)
CR4/6: 32 bytes (~10 JP chars)
CR4/7: 24 bytes (~8 JP chars)
CR4/8: 16 bytes (~5 JP chars, default)

To enable CR4/5 for Japan, add -D LORA_CR=5 to your board's
build_flags in platformio.ini. Set LORA_CR=5 for WioTrackerL1 and RAK WisMesh Tag.
2026-03-31 21:57:05 -07:00
..
platformio.ini JP_STRICT: adjust MAX_TEXT_LEN based on LORA_CR setting 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