split code

This commit is contained in:
Egor Shitikov
2024-08-27 13:11:59 -07:00
parent aa30042bec
commit b8ad6aba2a
6 changed files with 1195 additions and 1178 deletions
+8 -3
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff