diff --git a/examples/Other Examples/CustomNVSPartition/CustomNVSPartition.ino b/examples/Other Examples/CustomNVSPartition/CustomNVSPartition.ino index 2f97905..598ae19 100644 --- a/examples/Other Examples/CustomNVSPartition/CustomNVSPartition.ino +++ b/examples/Other Examples/CustomNVSPartition/CustomNVSPartition.ino @@ -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"