HomeSpan
HomeSpan
Sorry, but I can't find anything that describes how this works. At a minimum I would need the UUIDs of the Characteristics, their expected formats, and how they operate. Apple...
Yes, I reviewed a few times but unfortunately I was not able to decipher the required UUIDs and method. I looked for a source on the Web and Apple itself...
Thanks. I tried removing there noexcept from all lines in the code but compile size is the same under the Arduino IDE. I also removed throwing exceptions entirely but still...
I have confirmed that the size increase of the flash binary is completely unrelated to the use of the custom allocators (regardless of whether C++ exceptions are used). As @frankonski...
Since I'm not using input streams, I'll see if including ostream instead of iostream shrinks the binary.
I've reviewed the stream classes I used in HomeSpan and think they are already as small as possible. The key is NOT to include `` unless you need `cin` and`cout`,...
Note that all of the individual commits can be seen in the release-specific branches. Please see "release-1.9.0" for details of each commit. Under the Arduino-ESP32 library, there is no change...
Thanks - the link at the end regarding libstdc++ is quite informative. One thing to note is that the compile process under the Arduino IDE is not readily configurable, and...
Exceptions have now been removed from the PSRAM code - changes are in the **dev branch** and will be rolled out in next release. Please feel free to give it...
These changes have now been released into production as version 1.9.1.