dossalab / ev2400-on-raspberry-pi-pico

Using Raspberry Pi Zero as EV2400 hardware interfacing tool
Do What The F*ck You Want To Public License
5 stars 4 forks source link

Remove unneded future_join gate, fix compilation when git is missing #3

Closed dossalab closed 3 months ago

dossalab commented 3 months ago

Fixes #2

#![feature(future_join)] is a nightly feature which is not used at the moment, so no need to keep it. Fallback to "unknown" version if full git repo is not available or git itself is missing