Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 459 Bytes

CHANGELOG.md

File metadata and controls

13 lines (9 loc) · 459 Bytes

Changelog

17.10.2018

Added

  • arduino library: broadcast() function, sendUptime() function
  • C code: RS485_broadcast() function, RS485_sendUptime() function

26.10.2018

  • arduino library and example modifed for usage with HW serial, modified functions RS485protocol() and begin() - see examples for usage

27.1.2019

  • fixed memory error, caused by this line receivedData[recvLen + 1] = '\0'; /* add end char */ - "+ 1" is wrong here