RFD-FHEM / SIGNALDuino

System to capture digital signaldata and transfer them to another system
GNU General Public License v3.0
83 stars 35 forks source link

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

Open HomeAutoUser opened 5 days ago

HomeAutoUser commented 5 days ago

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.

sidey79 commented 4 days ago

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.