10.1
Changelog:
- Documentation expanded and corrected
- SoftwareBitBang current limiting resistors docs added (#160) reported by @filogranaf
- Initial LoRa support with ThroughLoRa strategy developed by @Matheus-Garbelini
- ThroughLoRa examples added by @Matheus-Garbelini
- Port support in surrogate sketch by @fredilarsen
Bugfix:
- PJONMaster ensure rid uniqueness on
PJON_ID_REFRESH
request (0188e8a) - PJONSlave
aquire_id_multi_master
bugfix (3443bc5) - ThroughSerial failed reception type bugfix (1a5b436)
- ThroughSerial bytestuffing bugfix (ae58366) reported by @galitskiy
- Fixed
millis
in WINX86 and LINUX interfaces (7a3fa29) by @fredilarsen - Fixed
9
minor compiler warnings