Mark van Renswoude
b20ce09a2c
OLED worked, displaying large digits worked, reading VCC level worked, started refactoring. Does not currently build, but I'm too tired to figure it out right now.
22 lines
406 B
Plaintext
22 lines
406 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": ".",
|
|
"file_exclude_patterns": ["*.sublime-project"]
|
|
}
|
|
]/*,
|
|
"build_systems":
|
|
[
|
|
{
|
|
"name": "PlatformIO - Build",
|
|
"cmd": ["platformio", "run"],
|
|
"working_dir": "$project_path"
|
|
},
|
|
{
|
|
"name": "PlatformIO - Upload",
|
|
"cmd": ["platformio", "run", "--target", "upload"],
|
|
"working_dir": "$project_path"
|
|
}
|
|
]*/
|
|
} |