Skip to content

Commit 23e1f17

Browse files
committed
bugfix negative prices
1 parent f96ce7f commit 23e1f17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ IO12 MISO
3939

4040
## ESP32
4141

42-
To use *kwh_display*, start by flashing the ESP32 with firmware `build-ESP32_GENERIC_250123.bin`, which is compiled from the [MicroPython](https://docs.micropython.org/en/latest/esp32/tutorial/intro.html) repository.
42+
To use *kwh_display*, start by flashing the ESP32 with firmware `build-ESP32_GENERIC_250127.bin`, which is compiled from the [MicroPython](https://docs.micropython.org/en/latest/esp32/tutorial/intro.html) repository.
4343

4444

4545
Erase and the flash the ESP32 using [esptool](https://github.com/espressif/esptool).
4646

4747
```
48-
esptool.py --port /dev/ttyUSB0 erase_flash && esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash -z 0x1000 build-ESP32_GENERIC_250123.bin
48+
esptool.py --port /dev/ttyUSB0 erase_flash && esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash -z 0x1000 build-ESP32_GENERIC_250127.bin
4949
```
5050

5151
Edit ```/kwh_display/config.json``` to match your preferred settings.
Binary file not shown.

0 commit comments

Comments
 (0)