mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2025-12-06 07:12:15 +01:00
ignore vscode file and set t-beam v1 as default
This commit is contained in:
parent
7120010a83
commit
2dc2cb202a
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
||||||
.vscode/c_cpp_properties.json
|
.vscode/c_cpp_properties.json
|
||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
.vscode/ipch
|
.vscode/ipch
|
||||||
|
.vscode/settings.json
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
[platformio]
|
||||||
|
default_envs = ttgo-t-beam-v1
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
platform = espressif32 @ 3.0.0
|
platform = espressif32 @ 3.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue