Skip to content

Commit 8158c05

Browse files
jhirsirlubos
authored andcommitted
samples: nrf9160: modem_shell: LTE connected to LED#3
LTE connected LED changed from #1 to #3. This enables of showing blue LED when connected to LTE in Thingy instead a default red and no need to separate DTS overlay. Signed-off-by: Jani Hirsimäki <[email protected]>
1 parent ce9f42b commit 8158c05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/nrf9160/modem_shell/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ LED indications
697697

698698
The LEDs have the following functions:
699699

700-
LED 1:
700+
LED 3 (nRF9160 DK)/Blue LED (Thingy:91):
701701
Indicates the LTE registration status.
702702

703703
Testing

samples/nrf9160/modem_shell/src/link/link.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct pdn_activation_status_info {
4848
uint8_t cid;
4949
};
5050

51-
#define REGISTERED_STATUS_LED DK_LED1
51+
#define REGISTERED_STATUS_LED DK_LED3
5252

5353
static bool link_subscribe_for_rsrp;
5454

0 commit comments

Comments
 (0)