This commit is contained in:
Oliver Brandmueller 2018-07-30 18:49:30 +02:00
commit 61618da4b8

View File

@ -2,6 +2,8 @@
#ifdef HAS_ANTENNA_SWITCH
#include <Arduino.h>
// Local logging tag
static const char TAG[] = "wifi";
@ -33,4 +35,4 @@ void antenna_select(const uint8_t _ant) {
ESP_LOGI(TAG, "Wifi Antenna switched to %s", _ant ? "external" : "internal");
}
#endif
#endif