Skip to content

Releases: ngraziano/LMICPP-Arduino

v2.6.0

Choose a tag to compare

@ngraziano ngraziano released this 21 Feb 17:44

Add access to sequence number up

Full Changelog: v2.5.1...v2.6.0

2.5.1 small fix

Choose a tag to compare

@ngraziano ngraziano released this 26 Jan 09:10

What's Changed

  • fix: lib doesn't compile on ESP32 with PIO Espressif32 v6.x.x by @TheDevMinerTV in #43

New Contributors

Full Changelog: v2.5.0...v2.5.1

Organisation of regional setting

Choose a tag to compare

@ngraziano ngraziano released this 21 Jul 14:53

Change the organisation of regional settings to be more testable.

Add tests

Choose a tag to compare

@ngraziano ngraziano released this 19 Feb 18:50

Add test for Lorawan 1.0.4 and correct some bug

Try add ESP8266

Choose a tag to compare

@ngraziano ngraziano released this 19 Feb 10:48

Try to make it compile for ESP8266 (no board to test)

Correct AES on avr

Choose a tag to compare

@ngraziano ngraziano released this 30 Oct 18:13

Due to a bug in avr implementation of std::array in https://github.com/ciband/avr_stl need to change init of array.

Add Class C feature to the library

Choose a tag to compare

@ngraziano ngraziano released this 24 Oct 10:34

Add Class C feature.

see esp32_classC example

Republish

Choose a tag to compare

@ngraziano ngraziano released this 10 Oct 17:41

Re publish for platformio push

Add a fake radio and some other correction

Choose a tag to compare

@ngraziano ngraziano released this 10 Oct 17:36
980357f

Add a fake radio for test.
Try to build on generic plateform for testing.
Use std::array when possible

Full Changelog: v2.1.2...v2.2.0

Correct some warning and publication framework

Choose a tag to compare

@ngraziano ngraziano released this 31 Oct 17:23

Add compatible framework for platformio.
Add RAK811 exemple.
Correct some warning.