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 = 0
routers support added by @fredilarsen- Improved routing robustness for non-present devices by @fredilarsen
- ThroughSerial SoftwareBitBangSurrogate example added by @drtrigon
- ThroughSerial
set_RS485_delay
setter 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_ANY
documentation added by @sticilface- AnalogSampling, Oversampling and SoftwareBitBang pin handling optimization, -36 bytes of program memory
- Header type was
uint16_t
now isuint8_t
, -46 bytes of program memory (506c936) send_packet
,send_packet_blocking
andsend
default header parameter value has been changed fromPJON_FAIL
toPJON_NO_HEADER
or01001000
(506c936)PJON_DELAY
system call added
Bugfix: