espressif / esp-homekit-sdk

562 stars 105 forks source link

ESP8285 Support. #35

Open GoRo33 opened 3 years ago

GoRo33 commented 3 years ago

Hi! Is there any change to support ESP8255 chip by this sdk? Im curios if i should change partitions_hap.csv to fit image to 1MB flash? Now partitions table is design for 3,6MB size. I know, that probably all features like OTA will not fit in the app but this is only for home use so i could live with that.

shahpiyushv commented 3 years ago

@GoRo33 , I have never really used this chip. If the code compiles correctly, you can check the binary size and change your partition table accordingly. As you rightly said, since OTA isn't required, you can remove the secondary firmware partition altogether.