11.1
Changelog:
- Documentation and specifications enhanced and corrected
- HC-12 LocalChat messaging application example added
- RS485-BlinkWithResponse example added
- Arduino Nucleo ThroughSerial support added
- Arduino STM32F1 SoftwareBitBang support added by @osman-aktepe
- Arduino ESP32 SoftwareBitBang support by @Jorgen-VikingGod
- LINUX ThroughSerial early support added by @drtrigon
- Apple MacOS X LocalUDP and GlobalUDP support (#225) assessed by @xlfe
- More reliable startup of LUDP-SWBB switches by @fredilarsen
PJON_MAX_PACKETS = 0routers support added by @fredilarsen- Improved routing robustness for non-present devices by @fredilarsen
- ThroughSerial SoftwareBitBangSurrogate example added by @drtrigon
- ThroughSerial
set_RS485_delaysetter added to configure enable pin timing (#210) by @hyndruide - ThroughSerial RS485 wait for txe pin state change by @fabpolli
- Added "Warning" section as suggested by @drtrigon
PJON_INCLUDE_ANYdocumentation added by @sticilface- AnalogSampling, Oversampling and SoftwareBitBang pin handling optimization, -36 bytes of program memory
- Header type was
uint16_tnow isuint8_t, -46 bytes of program memory (506c936) send_packet,send_packet_blockingandsenddefault header parameter value has been changed fromPJON_FAILtoPJON_NO_HEADERor01001000(506c936)PJON_DELAYsystem call added
Bugfix: