You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#8 adds a wash & go build command for *nix environments, it should work out of the box for Linux and macOS. However, I would be interested if we can make this also work on Windows without any significant efforts.
So, by following [1,2,3], the setup might be as easy as:
Moin Andreas, Ja es funktioniert. Ich habe bei mir zwar schritt 1 und 2 ausgelassen, da Python bei mir schon installiert ist, aber pip install platformio und platformio run funktioniert bei mir in der Powershell danach.
Bin mir aber nicht sicher ob bei Windows zusätzlich noch ein C/C++ Compiler installiert werden muss. Habe jetzt auf die schnelle nicht rausfinden können welchen er nativ verwendet.
sehr schön sogar ein in der platformio.ini vor-konfigurierte [env] mit Buildflags und spezifischen Library´s funktioniert. pio run -e DevKitC_240_320_SPI_TFT -t upload
die platformio.ini dafür habe ich aus meinem Dev-Micha Branch genommen
Dear Clemens,
#8 adds a wash & go build command for *nix environments, it should work out of the box for Linux and macOS. However, I would be interested if we can make this also work on Windows without any significant efforts.
So, by following [1,2,3], the setup might be as easy as:
Install prerequisites
Acquire sources
cd hani-mandl-master
.Build firmware
With kind regards,
Andreas.
[1] https://chocolatey.org/docs/installation
[2] https://chocolatey.org/packages/python/3.8.6
[3] https://docs.platformio.org/en/latest/core/installation.html#python-package-manager
The text was updated successfully, but these errors were encountered: