Just got some tags off eBay and was able to "wake them up" with the broadcast diagnostic successfully. But when I go to send something custom to the Flipper it hangs.
On the phone app it says "Waiting for flow credit"
On the Flipper it says "RX 19 chunks"
Flipper firmware is "unleashed086e" and compiled on Linux Mint with the unleashed dev environment. I did have one compiler warning that I had to suppress during build for -Werror=format-truncation" in applications_user/TagTinker/scenes/tagtinker_scene_synced_image_list.c which I fixed by adding the preprocessor directive #pragma GCC diagnostic ignored "-Wformat-truncation" at the top of the file. I'm unsure if this could be related.
Any recommendations how to debug?

Just got some tags off eBay and was able to "wake them up" with the broadcast diagnostic successfully. But when I go to send something custom to the Flipper it hangs.
On the phone app it says "Waiting for flow credit"
On the Flipper it says "RX 19 chunks"
Flipper firmware is "unleashed086e" and compiled on Linux Mint with the unleashed dev environment. I did have one compiler warning that I had to suppress during build for
-Werror=format-truncation"inapplications_user/TagTinker/scenes/tagtinker_scene_synced_image_list.cwhich I fixed by adding the preprocessor directive#pragma GCC diagnostic ignored "-Wformat-truncation"at the top of the file. I'm unsure if this could be related.Any recommendations how to debug?