Files
mayhem-firmware/firmware/application/external
VasylSamoilov fc5beb0c09 FLEX RX: fix long-address numeric decode, improve short message format (#3136)
- Fix long-address numeric message decoding: read body[0] from Vy (j+1)
  for multi-word messages, from w1 for single-word. Fix MF word count
  for long addresses (n_field words, not n_field+1).
- Fix long-address short message: read 5 additional BCD digits from Vy
  for 8-digit decode.
- Fix BCD table: index 10 is '.' (dot) not ' ' (space) in both RX and TX.
- Clean up address decode: identify address type by value range per
  Table 3.8.1-1. Remove is_group/is_temp_group from packet structs.
- Rename SMSG to SHORT. Format message payload directly in baseband:
  TONE, NUM abc, SRC N, SRC N N=M R=R, RESERVED hex.
- Add BIW1 heartbeat packet (biw_field=0xFF) on every decoded frame.
- Move timezone table to file scope, simplify console log_message,
  add No signal initial status, simplify serial BIW output format.
2026-04-18 21:15:05 +02:00
..
2025-10-28 08:10:09 +08:00
2025-10-28 08:10:09 +08:00
2026-02-19 14:33:01 +01:00
2026-02-19 14:33:01 +01:00
2026-02-19 14:33:01 +01:00
2025-10-28 08:10:09 +08:00
2026-01-30 17:18:13 +01:00
2026-02-04 14:01:29 +01:00
2026-03-27 18:29:20 +01:00
2026-02-19 14:33:01 +01:00
2026-02-24 11:23:41 +01:00
2026-01-10 15:10:23 +01:00
2026-01-10 21:25:41 +08:00
2026-02-19 14:33:01 +01:00
2026-02-06 17:20:14 +01:00
2026-02-19 14:33:01 +01:00
2026-03-17 15:41:31 +01:00