Lots of subtle little syntax changes… but the examples do show how most everything works.
# Initialize Blynk
blynk = BlynkLib.Blynk(BLYNK_AUTH,
server='xxx.xxx.xxx.xxx', # set server address
port=8080, # set server port
heartbeat=30, # set heartbeat to 30 secs
#log=print # use print function for debug logging
)
Heads up @Smackflad, i couldn’t use ‘localhost’ as the server, I didnt test it much, but it might conflict with my local ipv6 implementation.
i had to use the ipv4 address.