Skip to content

Commit 044c9b5

Browse files
authored
Merge pull request #34 from lefty01/develop
Develop
2 parents 54cbcb9 + 5cc627d commit 044c9b5

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,14 @@ https://arduinojson.org/v6/assistant/
142142
## Web interface
143143
This is how the website should look like.
144144
At the top you see four values for (top-left to bottom-right): speed, distance, incline, elevation gain.
145-
The two marked icons for speed and incline are clickable and will toggle between auto aka. sensor reading mode
146-
where speed and incline is measured via sensor or manual mode.
145+
The two switch buttons are clickable and will toggle between auto (green) aka. sensor reading mode
146+
where speed and incline is measured via sensor or manual mode (red).
147147
Manual mode means you override sensor readings by clicking the UP/DOWN buttons on the webinterface.
148148

149149
![Main Website](doc/web-main.png)
150150

151151
### OTA
152-
Under the /update URL you can upload a new firmware image or spiffs filesystem image over-the-air.
152+
Under the /update URL you can upload a new firmware image or littlefs filesystem image over-the-air.
153153

154154
![OTA](doc/ota-update.png)
155155

@@ -231,13 +231,7 @@ Define as **NORDICTRACK_12SI**
231231

232232

233233
# PlatformIO
234-
## TFT_eSPI config
235-
Check:
236-
https://github.com/Bodmer/TFT_eSPI/blob/master/Tools/PlatformIO/Configuring%20options.txt
237234

238-
and/or
239-
240-
https://blog.emtwo.ch/2020/05/using-bodmer-tftespi-library-with.html
241235

242236
```
243237
$ pio run -e ESP32_TTGO_DISPLAY --list-targets
@@ -272,7 +266,7 @@ $ pio run -e ESP32_TTGO_DISPLAY -t upload
272266

273267
## Flash Files
274268
* firmware: .pio/build/ESP32_TTGO_DISPLAY/firmware.bin
275-
* filesystem: .pio/build/ESP32_TTGO_DISPLAY/spiffs.bin
269+
* filesystem: .pio/build/ESP32_TTGO_DISPLAY/littlefs.bin
276270

277271

278272
## Partition Table

doc/web-main.png

-28.5 KB
Loading

src/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
struct TreadmillConfiguration configTreadmill;
3434

35-
const char* VERSION = "0.4.0";
35+
const char* VERSION = "0.4.1";
3636

3737

3838
void dump_settings(void)

0 commit comments

Comments
 (0)