mirror of
https://github.com/pelgraine/Meck.git
synced 2026-06-11 00:34:50 +02:00
38656f9d1d
RX packet counter: shows total received packets (flood + direct) on the radio details page; RAM-only, resets on boot and on any SF/freq/BW change. Rx Log: app-style packet sniffer opened from Settings > "Rx Log >>". Captures the last 100 received packets pre-filter via Dispatcher::logRx into a PSRAM ring, with decoded "sender: message" lines matched by packet hash for decryptable channels. Each entry shows route/type, time, size, hash, path, channel or From/To, SNR. W/S scroll, Q back to Settings; T5S3 swipe-scroll rides the same path. Files: MyMesh.h/.cpp, RxLogScreen.h (new), UITask.h/.cpp, SettingsScreen.h, main.cpp.