Update CustomNVSPartition.ino

This commit is contained in:
Gregg 2024-01-15 12:44:00 -06:00
parent a5e8680452
commit 015625b08a
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@
// Note that once HomeSpan is paired with HomeKit, additional NVS records will be consumed to store the
// pairing information for each verified HomeKit Controller.
// Note also that when compiling under the Arduino IDE, the IDE reports the size of partition based on the
// Partition Scheme you selected in the IDE menu, even though that scheme is not actually used if you have your
// own "partition.csv" file, as in this example. This may lead the IDE to report an incorrect partition size.
///////////////////////////////////////////////////////////////////////////////////////////
#include "HomeSpan.h"