Auf nanoatmega328new umgestellt

This commit is contained in:
Toberfra 2022-02-05 11:45:00 +01:00
parent 2ba47c5578
commit 48c2cea317
2 changed files with 9 additions and 2 deletions

7
Arduino/motor/.vscode/extensions.json vendored Normal file
View File

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

View File

@ -8,7 +8,7 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:nanoatmega328]
[env:nanoatmega328new]
platform = atmelavr
board = nanoatmega328
board = nanoatmega328new
framework = arduino