File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ espflash save-image --chip esp32 ./target/xtensa-esp32-none-elf/release/fkm-firm
3434espflash save-image --chip esp32c3 ./target/riscv32imc-unknown-none-elf/release/fkm-firmware " /tmp/fkm-build/v3_STATION_${VERSION} .bin"
3535./append_metadata.sh " /tmp/fkm-build/v2_STATION_${VERSION} .bin" " $VERSION " " STATION" " v2" " $EPOCH "
3636./append_metadata.sh " /tmp/fkm-build/v3_STATION_${VERSION} .bin" " $VERSION " " STATION" " v3" " $EPOCH "
37- exit 1
3837
3938cd $SCRIPT_DIR
4039VERSION=$( cat ./src/version.rs | grep ' VERSION' | cut -d' "' -f 2)
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ async fn process_lcd<T: OutputPin, D: DelayNs>(
201201 . ok ( ) ?;
202202
203203 lcd_driver
204- . print ( 1 , & error_text, PrintAlign :: Left , true )
204+ . print ( 1 , & error_text, PrintAlign :: Center , true )
205205 . ok ( ) ?;
206206
207207 return Some ( ( ) ) ;
You can’t perform that action at this time.
0 commit comments