You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to 0.90.1 reception in the Sub-Ghz chat on the CLI is broken. Messages that are sent are received just fine by a Flipper on something below 0.90.1 but received messages are garbled. Just random characters are printed.
This also affects the ESubGhz Chat app which works effectively the same as the CLI Sub-Ghz chat.
Reproduction
Go to CLI on one Flipper
Enter "subghz chat"
Go to CLI on second Flipper
Enter "subghz chat"
Send messages on one Flipper
Watch the other flipper receive only a garbled mess.
Target
No response
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
The attached build fixes the chat reception problem. Thank you.
However, it seems to break menu icons in the gui/modules/menu.h module. The flipper locks up when a menu item has an icon set that is not an animation but a regular icon. That worked fine before.
It also breaks my background loader app. Again the flipper locks up as soon as the loaded app sends the background loader the message that it's going into background. This is just a furi_message_queue_put().
I'm just letting you know, since this is a dev build. I will open actual bug reports if it happens on a release.
Describe the bug.
After updating to 0.90.1 reception in the Sub-Ghz chat on the CLI is broken. Messages that are sent are received just fine by a Flipper on something below 0.90.1 but received messages are garbled. Just random characters are printed.
This also affects the ESubGhz Chat app which works effectively the same as the CLI Sub-Ghz chat.
Reproduction
Target
No response
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: