mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Remove debug, change aprimatic default button 4
This commit is contained in:
@@ -517,7 +517,7 @@ bool subghz_scene_set_type_on_event(void* context, SceneManagerEvent event) {
|
||||
subghz_transmitter_get_protocol_instance(subghz->txrx->transmitter),
|
||||
subghz->txrx->fff_data,
|
||||
(key & 0x000FFFFF) | 0x00600000,
|
||||
0x2,
|
||||
0x4,
|
||||
0x0003,
|
||||
"Aprimatic",
|
||||
subghz->txrx->preset);
|
||||
|
||||
@@ -812,13 +812,6 @@ static inline bool subghz_protocol_keeloq_check_decrypt(
|
||||
if((decrypt >> 28 == btn) && (((((uint16_t)(decrypt >> 16)) & 0xFF) == end_serial) ||
|
||||
((((uint16_t)(decrypt >> 16)) & 0xFF) == 0))) {
|
||||
instance->cnt = decrypt & 0x0000FFFF;
|
||||
FURI_LOG_I(
|
||||
"DED",
|
||||
"btn: %d, decrypt: %lx, end_serial: %lx, serial: %lx",
|
||||
btn,
|
||||
decrypt,
|
||||
end_serial,
|
||||
instance->serial);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user