Merge branch 'master' of https://github.com/cyberman54/ESP32-Paxcounter
This commit is contained in:
commit
61618da4b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user