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

Verwendung von VS Code mit Platformio Konfigurationsdatei #99

Open
wants to merge 1 commit into
base: DEV
Choose a base branch
from

Conversation

jbman
Copy link

@jbman jbman commented Aug 7, 2021

Eine platformio.ini Datei, damit das Projekt mit VS Code gebaut werden kann. Die Bibliotheken sind dort angegeben, und man muss die dadurch nicht manuell hinzufügen. "DFPlayer Mini Mp3 by Makuna" musste ich auf genaue Version 1.0.7 setzen, damit es funktioniert. Andere stehen auf neuster Version oder höhere kompatible Version.

@SteRoh
Copy link

SteRoh commented Dec 20, 2021

Hallo, hat leider nicht auf anhieb funktioniert.
Ich musste es so machen, wenn das env falsch gesetzt ist, dann kann es Probleme bei der platformio installation geben:

[env:nanoatmega328]
platform = atmelavr
framework = arduino
monitor_speed = 115200
board = nanoatmega328
lib_deps = 
	miguelbalboa/MFRC522@^1.4.9
	jchristensen/JC_Button@^2.1.2
	makuna/DFPlayer Mini Mp3 by [email protected]

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

Successfully merging this pull request may close these issues.

None yet

2 participants