comparison main.qml.diff @ 0:57ffb39f29d4

First commit of new carousel page to allow battery charging current to be adjusted.
author Daniel O'Connor <darius@dons.net.au>
date Mon, 13 Dec 2021 23:05:38 +1030
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:57ffb39f29d4
1 --- main.qml.orig 2021-12-13 23:00:48.000000000 +1030
2 +++ main.qml 2021-12-13 23:01:18.000000000 +1030
3 @@ -231,6 +231,11 @@
4 ListElement {
5 pageSource: "OverviewTiles.qml"
6 }
7 + // ---> OverviewJD sentinel
8 + ListElement {
9 + pageSource: "OverviewJD.qml"
10 + }
11 + // <--- OverviewJD trailer
12 }
13
14 Component {