Skip to content

Commit 19fbf0e

Browse files
committed
chore: center error text
1 parent b5600a3 commit 19fbf0e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ espflash save-image --chip esp32 ./target/xtensa-esp32-none-elf/release/fkm-firm
3434
espflash 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

3938
cd $SCRIPT_DIR
4039
VERSION=$(cat ./src/version.rs | grep 'VERSION' | cut -d'"' -f 2)

src/lcd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(());

0 commit comments

Comments
 (0)