[Griffin] change default logging address to broadcast address

This commit is contained in:
Toad King 2014-02-20 23:50:38 -05:00
parent ea5ecd507d
commit 41a3d5b5cf

View File

@ -4,7 +4,7 @@ HAVE_FILE_LOGGER = 0
PERF_TEST = 0
WHOLE_ARCHIVE_LINK = 0
BIG_STACK = 0
PC_DEVELOPMENT_IP_ADDRESS = 192.168.1.138
PC_DEVELOPMENT_IP_ADDRESS = 255.255.255.255
PC_DEVELOPMENT_UDP_PORT = 3490
ifneq ($(EMSCRIPTEN),)