Problems began with adding another project…
I finally saw the multiple hardware note and example sketch. I could not get the examples to work… even when trying to connect the original board using very basic connection examples.
Sometimes … connection problems weed themselves out the next day… (your server reboot?) Was now able to reconnect the most basic blynk sketch. I updated to the latest blynk library. I am running both pubsubclient (for mqtt service) and blynk. They refuse to run concurrently… they did before. Is there a way to get the previous blynk library back? I can get them to run separately.
Another problem… the examples that are given for using two boards requiring different mac address… they don’t seem to work. I am not running in server mode… there is no example of syntax ( blynk begin) that works for me when I specify the mac address. This works… ( Blynk.begin(auth, ssid, password ). Have found NO way to make this work… Blynk.begin(auth, ssid, password, arduino_mac); Thanks.