CiscoTheProot/yaml parse test/README.md
CiscoTheWolf 6403cad191 Initial commit of yaml parse test.
A complete new controll system.
Still some bugs remain
2023-10-02 08:05:48 +02:00

5 lines
No EOL
209 B
Markdown

Crosscompile instructions:
* Build docker image with python armv7 installed:
`docker build -t my-image .`
* Use cross to crosscompile:
`cross.exe build --target=armv7-unknown-linux-gnueabihf --release`