[FL-1042][FL-1485][FL-1747] Metakom emulation fix (#721)
* iButton: Metakom emulation fix * iButton: do not threat NVIC * iButton: use proper GPIO from resources Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -144,7 +144,7 @@ void KeyEmulator::start_metakom_emulate(iButtonKey* key) {
|
||||
uint8_t* key_data = key->get_data();
|
||||
|
||||
// start pulse
|
||||
pulse_data[0] = metakom_period_full * 4;
|
||||
pulse_data[0] = metakom_period_full;
|
||||
|
||||
// start triplet
|
||||
set_pulse_data_metakom(pd_index, metakom_period_zero);
|
||||
|
Reference in New Issue
Block a user