From f9bdd86e6d20af3a4b96a483adfa3bd1b415de71 Mon Sep 17 00:00:00 2001 From: njord Date: Sat, 22 Jun 2024 00:22:02 +0100 Subject: [PATCH] Update 'README.md' ble uart terminal commands --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0d09bb0..300b3ab 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,7 @@ Show IR RX recived commands ### Send IR Commands from terminal -'led_off' LED OFF -'led_on' LED ON -'bomb' Send Explode command over IR TX - -Any Lasertag command in hex `FFFFFF` or `0xFFFFFF` send this command over IR TX \ No newline at end of file +* `led_off` LED OFF +* `led_on` LED ON +* `bomb` Send Explode command over IR TX +* Any Lasertag command in hex `FFFFFF` or `0xFFFFFF` send this command over IR TX \ No newline at end of file