Skip to content

Configuration

Maxim Kulkin edited this page Apr 12, 2019 · 1 revision
  1. If you use ESP8266 with 4MB of flash (32m bit), then you're fine. If you have 1MB chip, you need to set following environment variables:
export FLASH_SIZE=8
export HOMEKIT_SPI_FLASH_BASE_ADDR=0x7a000
  1. If you're debugging stuff, or have troubles and want to file issue and attach log, please enable DEBUG output:
export HOMEKIT_DEBUG=1
  1. Depending on your device, it might be required to change the flash mode:
export FLASH_MODE=dout

(see issue #80)

Clone this wiki locally