mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 09:48:35 -07:00
Set proper led color for detect and read scenes
This commit is contained in:
@@ -223,7 +223,7 @@ void nfc_text_store_clear(NfcApp* nfc) {
|
||||
}
|
||||
|
||||
void nfc_blink_read_start(NfcApp* nfc) {
|
||||
notification_message(nfc->notifications, &sequence_blink_start_cyan);
|
||||
notification_message(nfc->notifications, &sequence_blink_start_yellow);
|
||||
}
|
||||
|
||||
void nfc_blink_emulate_start(NfcApp* nfc) {
|
||||
@@ -231,7 +231,7 @@ void nfc_blink_emulate_start(NfcApp* nfc) {
|
||||
}
|
||||
|
||||
void nfc_blink_detect_start(NfcApp* nfc) {
|
||||
notification_message(nfc->notifications, &sequence_blink_start_yellow);
|
||||
notification_message(nfc->notifications, &sequence_blink_start_cyan);
|
||||
}
|
||||
|
||||
void nfc_blink_stop(NfcApp* nfc) {
|
||||
|
||||
Reference in New Issue
Block a user