@@ -142,14 +142,14 @@ https://arduinojson.org/v6/assistant/
142
142
## Web interface
143
143
This is how the website should look like.
144
144
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) .
147
147
Manual mode means you override sensor readings by clicking the UP/DOWN buttons on the webinterface.
148
148
149
149
![ Main Website] ( doc/web-main.png )
150
150
151
151
### 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.
153
153
154
154
![ OTA] ( doc/ota-update.png )
155
155
@@ -231,13 +231,7 @@ Define as **NORDICTRACK_12SI**
231
231
232
232
233
233
# PlatformIO
234
- ## TFT_eSPI config
235
- Check:
236
- https://github.com/Bodmer/TFT_eSPI/blob/master/Tools/PlatformIO/Configuring%20options.txt
237
234
238
- and/or
239
-
240
- https://blog.emtwo.ch/2020/05/using-bodmer-tftespi-library-with.html
241
235
242
236
```
243
237
$ pio run -e ESP32_TTGO_DISPLAY --list-targets
@@ -272,7 +266,7 @@ $ pio run -e ESP32_TTGO_DISPLAY -t upload
272
266
273
267
## Flash Files
274
268
* 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
276
270
277
271
278
272
## Partition Table
0 commit comments