mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-26 17:46:14 +01:00
File structure changes to allow installer compile, fixes for gitignore
This commit is contained in:
parent
0bfeefca37
commit
9c6ca904a0
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -1,5 +1,10 @@
|
||||||
.pio
|
.pio
|
||||||
.vscode/.browse.c_cpp.db*
|
.vscode/*
|
||||||
.vscode/c_cpp_properties.json
|
!.vscode/settings.json
|
||||||
.vscode/launch.json
|
!.vscode/tasks.json
|
||||||
.vscode/ipch
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
|
# Local History for Visual Studio Code
|
||||||
|
.history/
|
||||||
|
|
7
.vscode/extensions.json
vendored
7
.vscode/extensions.json
vendored
|
@ -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
12
.vscode/settings.json
vendored
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
// Choose the motor shield that you want to use.
|
// Choose the motor shield that you want to use.
|
||||||
|
|
||||||
#define CONFIG_WSM_FIREBOX
|
//#define CONFIG_WSM_FIREBOX
|
||||||
//#define CONFIG_ARDUINO_MOTOR_SHIELD
|
#define CONFIG_ARDUINO_MOTOR_SHIELD
|
||||||
//#define CONFIG_POLOLU_MOTOR_SHIELD
|
//#define CONFIG_POLOLU_MOTOR_SHIELD
|
||||||
|
|
||||||
#endif
|
#endif
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
default_envs = samd21, mega2560, mega328
|
default_envs = samd21, mega2560, mega328
|
||||||
|
src_dir = .
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
lib_deps =
|
lib_deps =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user