42 lines
1.3 KiB
INI
42 lines
1.3 KiB
INI
; *** PlatformIO Project Configuration Override File ***
|
|
; *** Changes done here override settings in platformio.ini ***
|
|
;
|
|
; Place your personal settings like monitor_port and upload_port here
|
|
; instead of editing platformio.ini
|
|
; to avoid annoying merge conflicts when you pull updates into your
|
|
; personal clone of the repository
|
|
;
|
|
; Please visit documentation for the options and examples
|
|
; http://docs.platformio.org/en/stable/projectconf.html
|
|
|
|
[env]
|
|
; Specify port here. Comment out (add ; in front of line) to use auto detection.
|
|
; Under Linux, the ports are in the format /dev/tty***, typically /dev/ttyUSB0
|
|
; To look up the port, execute ls /dev/tty*, then connect the device
|
|
; then execute ls /dev/tty* again and check which device was added
|
|
;monitor_port = COM4
|
|
;upload_port = COM4
|
|
|
|
|
|
; you can define your personal board and/or settings here
|
|
; non functional example:
|
|
|
|
;[env:my_very_special_board]
|
|
;board = esp32dev
|
|
;build_flags = ${env.build_flags}
|
|
; -DHOYMILES_PIN_MISO=1
|
|
; -DHOYMILES_PIN_MOSI=2
|
|
; -DHOYMILES_PIN_SCLK=3
|
|
; -DHOYMILES_PIN_IRQ=4
|
|
; -DHOYMILES_PIN_CE=5
|
|
; -DHOYMILES_PIN_CS=6
|
|
; -DVICTRON_PIN_TX=21
|
|
; -DVICTRON_PIN_RX=22
|
|
; -DHUAWEI_PIN_MISO=12
|
|
; -DHUAWEI_PIN_MOSI=13
|
|
; -DHUAWEI_PIN_SCLK=26
|
|
; -DHUAWEI_PIN_IRQ=25
|
|
; -DHUAWEI_PIN_CS=15
|
|
;monitor_port = /dev/ttyACM0
|
|
;upload_port = /dev/ttyACM0
|