I had a Blynk project running in Blynk 1.0
I now inplemented Blynk 2.0.
I have BlynkEgent running. It connects the hardware en shows önline"on the console.
So there is allready a wifi connection to Blynk.
I should not have to use Blynk.begin with parameters, on one hand because I do not know the Auth-token because that is dynamicly create by BlynkEdgent and the wificonnection is allready there.
Now I have problems understanding how to connect to the data streams.
I defined datastreams in the app, and they also show on the console.
Blynk.Begin() in setup en Blynk.run() seem not to do the job.
Most examples use Blynk.Begin() with parameters. I was not able to find a example using BlinkEdgent and Blink.begin()
Could you help me a little on my way?