diff --git a/examples/channels/channels.ino b/examples/channels/channels.ino index 5bd71384..1cf4b9d1 100644 --- a/examples/channels/channels.ino +++ b/examples/channels/channels.ino @@ -2,7 +2,7 @@ * @file channels.ino * @author Cassandra "ZZ Cat" Robinson (nicad.heli.flier@gmail.com) * @brief This example sketch shows how to receive RC channels from a CRSF receiver using the CRSF for Arduino library. - * @version 0.3.1 + * @version 0.3.2 * @date 2023-06-03 * * @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved. diff --git a/library.properties b/library.properties index f710339c..9c918835 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=CRSFforArduino -version=0.3.1 +version=0.3.2 author=Cassandra Robinson maintainer=Cassandra Robinson sentence=An Arduino Library for communicating with ExpressLRS receivers. diff --git a/src/CRSFforArduino.h b/src/CRSFforArduino.h index d39e0acc..7de44cfc 100644 --- a/src/CRSFforArduino.h +++ b/src/CRSFforArduino.h @@ -2,7 +2,7 @@ * @file CRSFforArduino.h * @author Cassandra "ZZ Cat" Robinson (nicad.heli.flier@gmail.com) * @brief Top level header for CRSF for Arduino, to help with Arduino IDE compatibility. - * @version 0.3.1 + * @version 0.3.2 * @date 2023-06-03 * * @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved. diff --git a/src/lib/CRSFforArduino/CRSFforArduino.cpp b/src/lib/CRSFforArduino/CRSFforArduino.cpp index 8f58185f..6012082b 100644 --- a/src/lib/CRSFforArduino/CRSFforArduino.cpp +++ b/src/lib/CRSFforArduino/CRSFforArduino.cpp @@ -2,7 +2,7 @@ * @file CRSFforArduino.cpp * @author Cassandra "ZZ Cat" Robinson (nicad.heli.flier@gmail.com) * @brief CRSF for Arduino facilitates the use of ExpressLRS RC receivers in Arduino projects. - * @version 0.3.1 + * @version 0.3.2 * @date 2023-06-03 * * @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved. diff --git a/src/lib/CRSFforArduino/CRSFforArduino.h b/src/lib/CRSFforArduino/CRSFforArduino.h index f6788098..bab612b0 100644 --- a/src/lib/CRSFforArduino/CRSFforArduino.h +++ b/src/lib/CRSFforArduino/CRSFforArduino.h @@ -2,7 +2,7 @@ * @file CRSFforArduino.h * @author Cassandra "ZZ Cat" Robinson (nicad.heli.flier@gmail.com) * @brief CRSF for Arduino facilitates the use of ExpressLRS RC receivers in Arduino projects. - * @version 0.3.1 + * @version 0.3.2 * @date 2023-06-03 * * @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved. diff --git a/src/lib/CompatibilityTable/CompatibilityTable.cpp b/src/lib/CompatibilityTable/CompatibilityTable.cpp index b1243ade..82ce7ab6 100644 --- a/src/lib/CompatibilityTable/CompatibilityTable.cpp +++ b/src/lib/CompatibilityTable/CompatibilityTable.cpp @@ -2,7 +2,7 @@ * @file CompatibilityTable.cpp * @author Cassandra "ZZ Cat" Robinson (nicad.heli.flier@gmail.com) * @brief Compatibility Table is used to determine if the current device is compatible with CRSF for Arduino. - * @version 0.3.1 + * @version 0.3.2 * @date 2023-06-03 * * @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved. diff --git a/src/lib/CompatibilityTable/CompatibilityTable.h b/src/lib/CompatibilityTable/CompatibilityTable.h index 270599be..5655a729 100644 --- a/src/lib/CompatibilityTable/CompatibilityTable.h +++ b/src/lib/CompatibilityTable/CompatibilityTable.h @@ -2,7 +2,7 @@ * @file CompatibilityTable.h * @author Cassandra "ZZ Cat" Robinson (nicad.heli.flier@gmail.com) * @brief Compatibility Table is used to determine if the current device is compatible with CRSF for Arduino. - * @version 0.3.1 + * @version 0.3.2 * @date 2023-06-03 * * @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved. diff --git a/src/library.json b/src/library.json index c837b445..2a537541 100644 --- a/src/library.json +++ b/src/library.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json", "name": "CRSFforArduino", - "version": "0.3.1", + "version": "0.3.2", "description": "Arduino library for Crossfire protocol", "keywords": [ "adafruit", diff --git a/src/src/main_rc.cpp b/src/src/main_rc.cpp index 73a776d9..962e8024 100644 --- a/src/src/main_rc.cpp +++ b/src/src/main_rc.cpp @@ -2,7 +2,7 @@ * @file main_rc.cpp * @author Cassandra "ZZ Cat" Robinson (nicad.heli.flier@gmail.com) * @brief This file demonstrates the full capabilities of CRSF for Arduino. - * @version 0.3.1 + * @version 0.3.2 * @date 2023-06-03 * * @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved.