I don't think Blynk uses the Particle cloud as transport, so you should be good without it.
If you don't use any of the Particle features (including OTA updates) you can opt for SYSTEM_MODE(SEMI_AUTOMATIC)
(or MANUAL
) and only call Cellular.connect()
and wait for Cellular.ready()
but currently you need to keep this issue in mind
1 Like