1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-26 09:36:13 +01:00

File structure changes to allow installer compile, fixes for gitignore

This commit is contained in:
dexslab 2020-06-30 22:50:47 -04:00
parent 0bfeefca37
commit 9c6ca904a0
6 changed files with 13 additions and 26 deletions

13
.gitignore vendored
View File

@ -1,5 +1,10 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/

View File

@ -1,7 +0,0 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}

12
.vscode/settings.json vendored
View File

@ -1,12 +0,0 @@
{
"files.associations": {
"array": "cpp",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"cstdint": "cpp"
}
}

View File

@ -22,8 +22,8 @@
// Choose the motor shield that you want to use.
#define CONFIG_WSM_FIREBOX
//#define CONFIG_ARDUINO_MOTOR_SHIELD
//#define CONFIG_WSM_FIREBOX
#define CONFIG_ARDUINO_MOTOR_SHIELD
//#define CONFIG_POLOLU_MOTOR_SHIELD
#endif
#endif

View File

@ -10,6 +10,7 @@
[platformio]
default_envs = samd21, mega2560, mega328
src_dir = .
[env]
lib_deps =