From 015625b08a78e67f417a693026123b0272b8cd47 Mon Sep 17 00:00:00 2001 From: Gregg Date: Mon, 15 Jan 2024 12:44:00 -0600 Subject: [PATCH] Update CustomNVSPartition.ino --- .../Other Examples/CustomNVSPartition/CustomNVSPartition.ino | 4 ++++ 1 file changed, 4 insertions(+) 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"