Skip to content

Commit

Permalink
Home Accessory Architect v0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenSystem committed Dec 4, 2019
1 parent 7fc2ed9 commit f67b6c5
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 212 deletions.
5 changes: 3 additions & 2 deletions devices/HAA/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PROGRAM = main
EXTRA_COMPONENTS = \
extras/onewire \
extras/ds18b20 \
extras/dht \
extras/multipwm \
extras/http-parser \
extras/dhcpserver \
Expand All @@ -12,7 +11,8 @@ EXTRA_COMPONENTS = \
$(abspath ../../external_libs/cJSON) \
$(abspath ../../external_libs/homekit) \
$(abspath ../../external_libs/wifi_config_haa) \
$(abspath ../../libs/adv_button)
$(abspath ../../libs/adv_button) \
$(abspath ../../libs/new_dht)

FLASH_SIZE = 8
FLASH_MODE = dout
Expand All @@ -26,6 +26,7 @@ EXTRA_CFLAGS += -I../.. -DHOMEKIT_SHORT_APPLE_UUIDS
EXTRA_CFLAGS += -DMDNS_TTL=2500
EXTRA_CFLAGS += -DHOMEKIT_OVERCLOCK_PAIR_VERIFY
EXTRA_CFLAGS += -DHOMEKIT_OVERCLOCK_PAIR_SETUP
EXTRA_CFLAGS += -DLWIP_NETIF_HOSTNAME=1

## DEBUG
#EXTRA_CFLAGS += -DHOMEKIT_DEBUG=1
Expand Down
Loading

0 comments on commit f67b6c5

Please sign in to comment.