to compile different targets .. z_sub.ino .. z_pub.ino .. etc.
rename file in ./src/*.ino.disabled -> ./src/*.ino
the builder will try to include any *.ino so make sure there is ONLY ONE
then ..
pio run # just build
pio run -t upload -e main # upload
#define SSID "SSID" // <=== CHANGE ME
#define PASS "pass" // <=== CHANGE ME
#define MODE "client"
#define CONNECT "tcp/192.168.4.213:7447" // <=== CHANGE ME
# run your router
docker run --init --net host eclipse/zenoh:1.5.1
match your zenohd router tag with your zenoh-pico library tag .. in this case:
lib_deps =
http://github.com/eclipse-zenoh/zenoh-pico#1.5.1