mirror of
https://github.com/FliegendeWurst/raspi-oled.git
synced 2024-11-08 13:20:37 +00:00
Readme update
This commit is contained in:
parent
90d04aeb10
commit
ead597348d
@ -7,7 +7,7 @@
|
||||
> rustup target add arm-unknown-linux-musleabihf
|
||||
> cargo build --release --target arm-unknown-linux-musleabihf
|
||||
> scp target/arm-unknown-linux-musleabihf/release/{display_all,display_off,refresh_json,take_measurement} 'pi@raspberrypi:~'
|
||||
> # on the Pi:
|
||||
> # on the Pi, create sensors.db and events.json
|
||||
> patchelf --set-interpreter /lib/ld-linux-armhf.so.3 display_all
|
||||
> ./display_off on
|
||||
> ./display_all sensors.db events.json temps
|
||||
|
Loading…
Reference in New Issue
Block a user