We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4089706 commit 6c85b33Copy full SHA for 6c85b33
Adafruit_CharLCD/Adafruit_CharLCD_IPclock_example.py
@@ -18,5 +18,5 @@ def run_cmd(cmd):
18
lcd.clear()
19
ipaddr = run_cmd(cmd)
20
lcd.message(datetime.now().strftime('%b %d %H:%M:%S\n'))
21
- lcd.message('My IP: %s' % ( ipaddr ) )
+ lcd.message('IP %s' % ( ipaddr ) )
22
sleep(2)
0 commit comments