Add support for ACK response for Generic Frame Fragments

This commit is contained in:
Justin Chow
2026-01-06 14:33:01 -05:00
committed by Johnathon Slightham
parent 6ee3419173
commit 1ee447feaf
21 changed files with 2002 additions and 452 deletions

View File

@@ -1,3 +1,4 @@
#if !defined(RMT_TEST) || (defined(RMT_TEST) && RMT_TEST == 0)
// #include <cstdio>
// #include <memory>
@@ -19,3 +20,4 @@ extern "C" [[noreturn]] void app_main(void) {
"metadata_tx", 3096, loop_manager.get(), 3, nullptr);
loop_manager->control_loop();
}
#endif