use previous IP address scheme

I decided renumbering this doesn't make sense.
This commit is contained in:
Zack Buhman 2024-09-25 12:10:05 -05:00
parent 3c3ea236f5
commit 5cc5d14cc6
2 changed files with 2 additions and 2 deletions

View File

@ -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]));

View File

@ -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