Update antenna.cpp

This commit is contained in:
Verkehrsrot 2018-07-30 18:48:25 +02:00 committed by GitHub
parent c378b805c4
commit 912f9baf37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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