From e14647baf22f032f2b5e80e55379f23927154785 Mon Sep 17 00:00:00 2001 From: Matthias Engelhardt Date: Wed, 9 Sep 2026 08:34:19 +0200 Subject: [PATCH] Bump wfb-ng submodule to upstream master (3504a38) Previous pin (0da5279, 2025-08-05) was about a year and 56 commits behind svpcom/wfb-ng master. Verified the Aggregator/AggregatorUDPv4 constructor signature and the public counters WfbngLink.cpp reads (count_p_all, count_p_dec_err, count_p_fec_recovered, count_p_lost, count_p_bad, count_p_override, count_p_outgoing) are unchanged between the two commits -- the diff in rx.cpp/rx.hpp is internal (packet dedup via a new SeenPacketsSet, RSSI/SNR linear-scale averaging, an optional PacketLossListener with no-op-by-default virtuals), not a breaking API change. Built and ran on-device (RTL8812AU, Galaxy Tab S7 FE) with no regressions in video/MAVLink reception. Co-Authored-By: Claude Sonnet 5 --- app/wfbngrtl8812/src/main/cpp/wfb-ng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wfbngrtl8812/src/main/cpp/wfb-ng b/app/wfbngrtl8812/src/main/cpp/wfb-ng index 0da52790..3504a387 160000 --- a/app/wfbngrtl8812/src/main/cpp/wfb-ng +++ b/app/wfbngrtl8812/src/main/cpp/wfb-ng @@ -1 +1 @@ -Subproject commit 0da527903a4d8345d230a01513f955d4fa9c06c5 +Subproject commit 3504a3870189fdc4bb1f7e2a2f141a740973a185