File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 34
34
- PIO_ENV=openevse_featheresp32
35
35
- PIO_ENV=openevse_esp32-gateway
36
36
- PIO_ENV=openevse_esp32-gateway-e
37
+ - PIO_ENV=openevse_esp32-heltec-wifi-lora-v2
37
38
# - SCRIPT=ci_arduino.sh
38
39
# BUILD_TARGET=esp8266:esp8266:huzzah:FlashSize=4M1M
39
40
Original file line number Diff line number Diff line change @@ -298,3 +298,30 @@ monitor_speed = 115200
298
298
extra_scripts = ${common.extra_scripts}
299
299
board_build.partitions = ${common.build_partitions_esp32}
300
300
board_build.extra_flags = " -DARDUINO_ESP32_GATEWAY=\'E\'"
301
+
302
+ [env:openevse_esp32-heltec-wifi-lora-v2]
303
+ platform = ${common.platform_esp32}
304
+ board = heltec_wifi_lora_32_V2
305
+ framework = arduino
306
+ lib_deps = ${common.lib_deps}
307
+ src_build_flags =
308
+ ${common.version}.dev
309
+ ${common.src_build_flags}
310
+ ${common.src_build_flags_esp32}
311
+ ${common.debug_flags_esp32}
312
+ -DWIFI_LED =25
313
+ -DWIFI_BUTTON =2
314
+ -DWIFI_LED_ON_STATE =HIGH
315
+ -DRAPI_PORT =Serial1
316
+ -DONBOARD_LEDS =0,2,4
317
+ build_flags =
318
+ ${common.build_flags}
319
+ ${common.build_flags_esp32}
320
+ -DRX1 =25
321
+ -DTX1 =27
322
+ # upload_port = openevse.local
323
+ # upload_speed = 921600
324
+ upload_protocol = esptool
325
+ monitor_speed = 115200
326
+ extra_scripts = ${common.extra_scripts}
327
+ board_build.partitions = ${common.build_partitions_esp32}
You can’t perform that action at this time.
0 commit comments