OpenDTU-old/platformio_override.ini
Martin Dummer 9bfc7044fc
add platformio_override.ini as personal config override
Personal edits in platformio.ini causes annoying merge conflicts then
new commits are pulled from upstream. Adding an personal override config
which is further ignored from git will avoid this.

Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-12-02 23:50:12 +01:00

32 lines
964 B
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.
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
;monitor_port = /dev/ttyACM0
;upload_port = /dev/ttyACM0