antenna.cpp bugfix

This commit is contained in:
Klaus K Wilting 2018-07-26 11:00:39 +02:00
parent 34ac6b45d0
commit ba6dbe5664
2 changed files with 4 additions and 2 deletions

View File

@ -16,8 +16,8 @@
;env_default = ttgov1 ;env_default = ttgov1
;env_default = ttgov2 ;env_default = ttgov2
;env_default = ttgov21 ;env_default = ttgov21
env_default = ttgobeam ;env_default = ttgobeam
;env_default = lopy env_default = lopy
;env_default = lopy4 ;env_default = lopy4
;env_default = fipy ;env_default = fipy
;env_default = lolin32litelora ;env_default = lolin32litelora

View File

@ -2,6 +2,8 @@
#ifdef HAS_ANTENNA_SWITCH #ifdef HAS_ANTENNA_SWITCH
#include <Arduino.h>
// Local logging tag // Local logging tag
static const char TAG[] = "wifi"; static const char TAG[] = "wifi";