You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe you want to comment the line include testbeds_credentials.env in the Makefile, unless you need it.
The testbed is defined with the option TESTBED_CONF instead of TESTBED.
So, the HelloWorld Experiement is compiled with make all TESTBED_CONF=HELLOWORLD_TESTBED.
Since I had no experience with make or contiki, it took me a few hours to solve especially the second problem. Hope this helps others :)
The text was updated successfully, but these errors were encountered:
Hello all,
in case someone wants to use BlueFlood:
include testbeds_credentials.env
in the Makefile, unless you need it.TESTBED_CONF
instead ofTESTBED
.So, the HelloWorld Experiement is compiled with
make all TESTBED_CONF=HELLOWORLD_TESTBED
.Since I had no experience with make or contiki, it took me a few hours to solve especially the second problem. Hope this helps others :)
The text was updated successfully, but these errors were encountered: