firmware: make the ngff beakout blink

..but only if the cardem sim is active

Change-Id: I65f1fbeb06690a143ef4c792728c9cb917a4ffde
This commit is contained in:
Eric Wild
2021-07-26 23:54:51 +02:00
committed by laforge
parent 34317c1f32
commit 1ad205e682
3 changed files with 11 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ int sim_switch_use_physical(unsigned int nr, int physical)
} else {
TRACE_INFO("%u: Use remote/emulated SIM\r\n", nr);
PIO_Configure(pins_cem, PIO_LISTSIZE(pins_cem));
led_blink(led, BLINK_ALWAYS_OFF);
led_blink(led, BLINK_5O_5F);
}
/* just power cycle the modem because this circumvents weird issues with unreliable signals */