Skip to content

Commit 306d160

Browse files
Update README.md
1 parent da39d87 commit 306d160

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22
simple solar regulator - Micropython project
33

44
v0.2 (2020)
5+
6+
<code>
7+
from config import Config
8+
conf = Config("solar2")
9+
conf.set("influx_url","your.influx.net")
10+
conf.save()
11+
</code>

0 commit comments

Comments
 (0)