mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
This commit is contained in:
@@ -88,7 +88,7 @@ static bool protocol_pyramid_can_be_decoded(uint8_t* data) {
|
||||
}
|
||||
uint8_t fmt_len = 105 - j;
|
||||
|
||||
// Only suppport 26bit format for now
|
||||
// Only support 26bit format for now
|
||||
if(fmt_len != 26) return false;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user