Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: mesh_led_control_example.cpp
- Revision:
- 54:34cbb2c2155c
- Parent:
- 52:27692043e962
- Child:
- 59:3e1533ffb4f5
--- a/mesh_led_control_example.cpp Fri Sep 22 07:00:13 2017 +0100 +++ b/mesh_led_control_example.cpp Fri Sep 22 10:30:13 2017 +0100 @@ -30,7 +30,7 @@ static void handle_message(char* msg); // mesh local multicast to all nodes -#define multicast_addr_str "ff03::1" +#define multicast_addr_str "ff02::1" #define TRACE_GROUP "example" #define UDP_PORT 1234 #define MESSAGE_WAIT_TIMEOUT (30.0)