From 9b472780dadfbee396fd3cf387317ed1250a1606 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Sat, 4 Aug 2018 18:58:20 +0200 Subject: [PATCH] src/hal/ebox.h added --- platformio.ini | 8 ++++---- src/hal/{test.h => ebox.h} | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename src/hal/{test.h => ebox.h} (93%) diff --git a/platformio.ini b/platformio.ini index 834e9770..f48e0050 100644 --- a/platformio.ini +++ b/platformio.ini @@ -11,12 +11,12 @@ ; ---> SELECT TARGET PLATFORM HERE! <--- [platformio] -;env_default = test +env_default = ebox ;env_default = generic ;env_default = heltec ;env_default = ttgov1 ;env_default = ttgov2 -env_default = ttgov21 +;env_default = ttgov21 ;env_default = ttgobeam ;env_default = lopy ;env_default = lopy4 @@ -54,10 +54,10 @@ build_flags = -include "src/hal/${PIOENV}.h" ; -w -[env:test] +[env:ebox] platform = ${common_env_data.platform_espressif32} framework = arduino -board = heltec_wifi_lora_32 +board = esp32dev board_build.partitions = ${common_env_data.board_build.partitions} upload_speed = 115200 monitor_speed = 115200 diff --git a/src/hal/test.h b/src/hal/ebox.h similarity index 93% rename from src/hal/test.h rename to src/hal/ebox.h index 5c9ea1aa..ff622bea 100644 --- a/src/hal/test.h +++ b/src/hal/ebox.h @@ -1,4 +1,4 @@ -// Hardware related definitions for ebox ESP32-bit with RFM95 LoRa +// Hardware related definitions for ebox ESP32-bit with external connected RFM95 LoRa #define HAS_LORA 1 // comment out if device shall not send data via LoRa #define HAS_SPI 1 // comment out if device shall not send data via SPI