From c322eb5a835758f01f200b3060b6cfc585f9c4c4 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Thu, 2 Aug 2018 12:16:40 +0200 Subject: [PATCH] bugfix rcommand.cpp --- src/rcommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcommand.cpp b/src/rcommand.cpp index 59c58f89..59a8a24b 100644 --- a/src/rcommand.cpp +++ b/src/rcommand.cpp @@ -183,7 +183,7 @@ void set_beacon(uint8_t val[]) { memmove(val, val + 1, 6); // strip off storage id beacons[id] = macConvert(val); // store beacon MAC in array ESP_LOGI(TAG, "Remote command: set beacon ID#%d", id); - printKey("MAC", val, 6, false); // show beacon MAC + //printKey("MAC", val, 6, false); // show beacon MAC }; void set_monitor(uint8_t val[]) {