Make wifi optional and exclude from nrf52 builds

This commit is contained in:
geeksville
2020-09-18 10:48:39 -07:00
parent 9624cc3798
commit 6e5e5822aa
8 changed files with 117 additions and 102 deletions

View File

@@ -101,6 +101,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Standard definitions for ESP32 targets
//
#define HAS_WIFI
#define GPS_SERIAL_NUM 1
#define GPS_RX_PIN 34
#ifdef USE_JTAG