Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

platformio.ini -> question | maybe duplicate env #353

Open
HomeAutoUser opened this issue Oct 10, 2024 · 1 comment
Open

platformio.ini -> question | maybe duplicate env #353

HomeAutoUser opened this issue Oct 10, 2024 · 1 comment
Labels

Comments

@HomeAutoUser
Copy link
Contributor

Es gibt in der platformio.ini unterschiedliche Events. Mir ist aufgefallen, das 2 identische Event eingetragen sind.

[env:io]
; Arduino Nano ATmega328 - bootloader Optiboot
; RAM:   [====      ]  42.1% (used 862 bytes from 2048 bytes)
; Flash: [=======   ]  70.2% (used 21564 bytes from 30720 bytes)
platform = atmelavr
board = nanoatmega328new
monitor_speed = 57600
framework = arduino
monitor_port = ${env.monitor_port}
upload_port = ${env.upload_port}
build_flags=
[env:nano_bootl_news]
; Arduino Nano ATmega328 - bootloader Optiboot
; RAM:   [====      ]  42.1% (used 862 bytes from 2048 bytes)
; Flash: [=======   ]  69.8% (used 21452 bytes from 30720 bytes)
platform = atmelavr
board = nanoatmega328new
monitor_speed = 57600
framework = arduino
monitor_port = ${env.monitor_port}
upload_port = ${env.upload_port}
build_flags=

Für was ist das Events io?
Die Kompilieroptionen sind identisch, nur das vermutlich bei nano_bootl_news ein Schreibfehler vorhanden ist ;-)
Es sollte bestimmt nano_bootl_new benannt werden.

@HomeAutoUser HomeAutoUser changed the title question -> platformio.ini | maybe duplicate env platformio.ini -> question | maybe duplicate env Oct 10, 2024
@sidey79
Copy link
Contributor

sidey79 commented Oct 11, 2024

Ich habe ein wenig in der Historie gesucht aber könnte auch keine Erklärung finden.

Vielleicht war es als Platzhalter für etwas mit der Bezeichnung IO.
Einen Nutzen sehr ich darin jetzt auch nicht.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants