bugfix rcommand.cpp

This commit is contained in:
Klaus K Wilting 2018-08-02 12:16:40 +02:00
parent e767c3c85a
commit c322eb5a83

View File

@ -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[]) {