Skip to content

Releases: ktauchathuranga/MorseEncoder

Release 2.0.3

15 May 02:11
df9aee3
Compare
Choose a tag to compare
  • = sign fix

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

Release 2.0.2

16 Oct 17:43
70fefe6
Compare
Choose a tag to compare

fixing library version conflict

Release 2.0.1

12 Oct 10:34
59f95a3
Compare
Choose a tag to compare

added some minor documentation fixes

Release 2.0.0

14 Sep 10:10
1ad392e
Compare
Choose a tag to compare
  • completely removed old functions
    encodeAudio();
    encodeLight();

  • now you can use print() for both audio and light encoding. (refer examples provided)

Release 1.2.0

13 Sep 20:45
622d93f
Compare
Choose a tag to compare

Features

  • from now on MorseEncoder inherits from Print class. which means the library now supports more than string data types and its easy to use now.

NOT WORKING:

  • backwards compatibility: library still supports old version string encoding functions
    morseA.encodeAudio(message); // ** strings only
    morseL.encodeLight(message); // ** strings only

  • new updated examples

Release 1.1.1

13 Sep 08:06
1b21e6f
Compare
Choose a tag to compare

fixed esp8266 reboot issue #2

Release 1.1.0

12 Sep 07:52
52da370
Compare
Choose a tag to compare

improvements

  • improved memory usage
  • reduced functions to make it more efficient
  • more faster and accurate encoding

Release 1.0.3

08 Sep 16:18
b3462c6
Compare
Choose a tag to compare
  • removed default arguments to fix esp8266 compile error #1
  • updated examples and readme files

Release 1.0.2

08 Sep 12:53
e063859
Compare
Choose a tag to compare
  • updated library properties (fixed version mess)

Release 1.0.1

08 Sep 12:49
3549ecc
Compare
Choose a tag to compare
  • fixed some minor issues