Skip to content

Commit

Permalink
chore(library): Bump library version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZ-Cat committed Jun 3, 2023
1 parent 7711940 commit 0a379f8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/channels/channels.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file channels.ino
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @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.
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=CRSFforArduino
version=0.3.1
version=0.3.2
author=Cassandra Robinson <[email protected]>
maintainer=Cassandra Robinson <[email protected]>
sentence=An Arduino Library for communicating with ExpressLRS receivers.
Expand Down
2 changes: 1 addition & 1 deletion src/CRSFforArduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file CRSFforArduino.h
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @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.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/CRSFforArduino/CRSFforArduino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file CRSFforArduino.cpp
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @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.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/CRSFforArduino/CRSFforArduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file CRSFforArduino.h
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @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.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/CompatibilityTable/CompatibilityTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file CompatibilityTable.cpp
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @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.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/CompatibilityTable/CompatibilityTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file CompatibilityTable.h
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @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.
Expand Down
2 changes: 1 addition & 1 deletion src/library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/src/main_rc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file main_rc.cpp
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @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.
Expand Down

0 comments on commit 0a379f8

Please sign in to comment.