HomeSpan/src
Gregg 70126cb04f Eliminated .get() from TempBuffer objects where possible
Stylistic only.  Cannot remove .get() when a TempBuffer is being re-cast.  Also can't remove .get() when cast can't be determined, such as when used in Serial.printf() [potential to do: explore if this can be addressed, though this is stylistic only and has no impact on code]
2023-11-25 16:48:23 -06:00
..
extras Added Stepper_TB6612 and Stepper_A3967 directly to HomeSpan 2023-06-09 23:11:38 -05:00
src/extras Added ability to chain enable(), disable(), and brake() 2023-07-08 17:56:33 -05:00
Characteristics.h Updated copyright dates on source code 2023-02-04 11:41:57 -06:00
FeatherPins.h Update FeatherPins.h 2023-03-17 22:26:52 -05:00
HAP.cpp Eliminated .get() from TempBuffer objects where possible 2023-11-25 16:48:23 -06:00
HAP.h PSRAM: Adds custom allocator and HS_MALLOC/HS_CALLOC macros 2023-11-20 21:57:20 -06:00
HAPConstants.h Refactored Controller Structure and Add/Remove/List/Save Functions 2023-08-03 22:29:31 -05:00
HKDF.cpp Updated copyright dates on source code 2023-02-04 11:41:57 -06:00
HKDF.h Updated copyright dates on source code 2023-02-04 11:41:57 -06:00
HapQR.h Updated copyright dates on source code 2023-02-04 11:41:57 -06:00
HomeSpan.cpp Eliminated .get() from TempBuffer objects where possible 2023-11-25 16:48:23 -06:00
HomeSpan.h Eliminated .get() from TempBuffer objects where possible 2023-11-25 16:48:23 -06:00
Network.cpp Eliminated .get() from TempBuffer objects where possible 2023-11-25 16:48:23 -06:00
Network.h Changed unordered_set to vector when checking for duplicate AID 2023-11-12 12:33:09 -06:00
SRP.cpp Eliminated .get() from TempBuffer objects where possible 2023-11-25 16:48:23 -06:00
SRP.h Completed initial migration of Serial.print to LOG0 2023-05-10 22:12:21 -05:00
Settings.h Override new operator for SpanAccessory, SpanService, and SpanCharacteristic 2023-11-24 10:30:20 -06:00
Span.h Changed storage of required and optional Characteristics from unordered_set to vector 2023-11-12 09:48:46 -06:00
TLV.h PSRAM: Adds custom allocator and HS_MALLOC/HS_CALLOC macros 2023-11-20 21:57:20 -06:00
Utils.cpp Added homeSpan methods setSerialInputDisable() and getSerialInputDisable() 2023-05-13 10:34:21 -05:00
Utils.h Changed various static and dynamic stack-based buffers to TempBuffer 2023-11-25 16:13:24 -06:00
src.ino Changed various static and dynamic stack-based buffers to TempBuffer 2023-11-25 16:13:24 -06:00