summaryrefslogtreecommitdiff
path: root/firmware/olsndot.py
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/olsndot.py')
-rw-r--r--firmware/olsndot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/olsndot.py b/firmware/olsndot.py
index 016ac3a..557226a 100644
--- a/firmware/olsndot.py
+++ b/firmware/olsndot.py
@@ -112,8 +112,8 @@ class Olsndot:
def __str__(self):
st = self.fetch_status()
- return '<Olsndot@{} {}.{} {}ch*{} up {}s vcc {:4.3}V temp {}C>'.format(
- self.addr, self.fw_ver, self.hw_ver, self.nchannels, self.channel_format,
+ return '<Olsndot {}.{}@{} {}ch*{} up {}s vcc {:4.3}V temp {}C>'.format(
+ self.fw_ver, self.hw_ver, self.addr, self.nchannels, self.channel_format,
st.uptime_s, st.vcc_mv/1000, st.temp_celsius)
@property