use previous IP address scheme
I decided renumbering this doesn't make sense.
This commit is contained in:
parent
3c3ea236f5
commit
5cc5d14cc6
@ -28,7 +28,7 @@ struct addr_port {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const struct addr_port dests[] = {
|
const struct addr_port dests[] = {
|
||||||
{"fd00::10", 1234},
|
{"fd00::1", 1234},
|
||||||
{"fd00::11", 1234},
|
{"fd00::11", 1234},
|
||||||
};
|
};
|
||||||
const int dests_length = (sizeof (dests)) / (sizeof (dests[0]));
|
const int dests_length = (sizeof (dests)) / (sizeof (dests[0]));
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "gpio.h"
|
#include "gpio.h"
|
||||||
|
|
||||||
#define DEST_PORT 4321
|
#define DEST_PORT 4321
|
||||||
#define DEST_ADDR "fd00::1"
|
#define DEST_ADDR "fd00::2"
|
||||||
|
|
||||||
#define PORT 1234
|
#define PORT 1234
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user