mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-07-02 07:51:30 +02:00
split code
This commit is contained in:
+8
-3
@@ -23,7 +23,9 @@ monitor_speed = 115200
|
||||
board_build.f_cpu = 240000000
|
||||
lib_deps =
|
||||
ropg/Heltec_ESP32_LoRa_v3@^0.9.1
|
||||
build_flags = -DHELTEC_POWER_BUTTON
|
||||
build_flags =
|
||||
-DAPP_HELTEC_V3_SA
|
||||
-DHELTEC_POWER_BUTTON
|
||||
|
||||
[env:heltec_wifi_lora_32_V3-test-signal-generator]
|
||||
platform = espressif32
|
||||
@@ -34,7 +36,9 @@ monitor_speed = 115200
|
||||
board_build.f_cpu = 240000000
|
||||
lib_deps =
|
||||
ropg/Heltec_ESP32_LoRa_v3@^0.9.1
|
||||
build_flags = -DHELTEC_POWER_BUTTON
|
||||
build_flags =
|
||||
-DAPP_HELTEC_V3_TRANS
|
||||
-DHELTEC_POWER_BUTTON
|
||||
|
||||
[env:vision-master-e290]
|
||||
platform = espressif32
|
||||
@@ -43,7 +47,8 @@ framework = arduino
|
||||
monitor_speed = 115200
|
||||
monitor_filters = esp32_exception_decoder
|
||||
board_upload.use_1200bps_touch = true
|
||||
build_flags =
|
||||
build_flags =
|
||||
-DAPP_E900_SA
|
||||
-DHELTEC_BOARD=37
|
||||
-DSLOW_CLK_TPYE=1
|
||||
-DARDUINO_USB_CDC_ON_BOOT=1
|
||||
|
||||
+9
-1174
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* All code e link examples you cand find here:
|
||||
* */
|
||||
// Varriables requred to boot Heltec E290 defined at platformio.ini
|
||||
// Variables required to boot Heltec E290 defined at platformio.ini
|
||||
// #define HELTEC_BOARD 37
|
||||
// #define SLOW_CLK_TPYE 1
|
||||
// #define ARDUINO_USB_CDC_ON_BOOT 1
|
||||
+1177
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user