LibreSolar / esp32-edge-firmware

Firmware for CAN/UART to WiFi/BLE gateway using ESP32
Apache License 2.0
26 stars 12 forks source link

Fixed CLI #19

Closed Gretel5X closed 3 years ago

Gretel5X commented 3 years ago

Added wheel to pip and installing the necessary environments to platformio

Gretel5X commented 3 years ago

the last statement pio update might be unnecessary but does not hurt

martinjaeger commented 3 years ago

What does wheel do?

martinjaeger commented 3 years ago

And what's the difference between checkout@v1 and checkout@v2?

Gretel5X commented 3 years ago

What does wheel do?

wheel is a pip tool to package dependencies: https://pip.pypa.io/en/stable/reference/pip_wheel/ It said using legacy install 'setup.py' because wheel not installed before, so I added it

Gretel5X commented 3 years ago

https://github.com/LibreSolar/esp32-edge-firmware/pull/19#issuecomment-802805622

mainly improved performance :https://github.com/actions/checkout

martinjaeger commented 3 years ago

Great, thanks for fixing the issue. Feel free to merge.