Skip to content

Commit

Permalink
Change the mDNS TCP port to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
XuGuohui committed May 25, 2016
1 parent ca8ab9a commit 041b5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ DEFINES += -DSTM32_DEVICE -DSTM32F2XX -DPLATFORM_THREADING=1 \
-DUSER_FIRMWARE_IMAGE_SIZE=0x40000 -DUSER_FIRMWARE_IMAGE_LOCATION=0x80C0000 \
-DMODULAR_FIRMWARE=1 -DMODULE_FUNCTION=5 -DMODULE_INDEX=1 -DMODULE_VERSION=6 -DMODULE_DEPENDENCY=4,2,6 \
-DSPARK=1 \
-DTCPPORT=28888
-DTCPPORT=23

DEFINES += -DBLUETOOTH

Expand Down

0 comments on commit 041b5df

Please sign in to comment.