From 03988de42be8dd873c4ad014b2a0835a34811227 Mon Sep 17 00:00:00 2001 From: Leroy Levin Date: Sun, 23 May 2021 11:52:31 -0500 Subject: [PATCH] Update README.md fix minor typ0 --- RAKWireless-WisBlock/longfi-us915/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAKWireless-WisBlock/longfi-us915/README.md b/RAKWireless-WisBlock/longfi-us915/README.md index ae9647e..3e42806 100644 --- a/RAKWireless-WisBlock/longfi-us915/README.md +++ b/RAKWireless-WisBlock/longfi-us915/README.md @@ -9,7 +9,7 @@ Recent API changes to the runtime support library, SX126x-Arduino, have resulted | :warning: WARNING: This will require changes to the Arduino IDE installation, in particular the installed board support package files. The complete details of the changes required can be found [here](https://github.com/beegee-tokyo/SX126x-Arduino/blob/master/README_V2.md).| |:---------------------------| -In addition to the IDE support file changes there are two major changes at the device application level if you are moving from verion 1 to version 2 of the support library: +In addition to the IDE support file changes there are two major changes at the device application level if you are moving from version 1 to version 2 of the support library: * The lmh_init() API requires 2 more parameters * the device application is no longer required to call Radio.IrqProcess() within it's main processing loop. The processing will now be handled by the runtime layer.