Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(library): Serial Transmitter Interface #103

Draft
wants to merge 113 commits into
base: Version-1.1.0-Development
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
d7e0e62
chore(library): Bump version date to `2024-3-19`
ZZ-Cat Mar 19, 2024
9174a6b
chore(library): Bump version date to `2024-4-9`
ZZ-Cat Apr 8, 2024
fd448be
feat(serial transmitter layer): :sparkles: Initial commit for Serial …
ZZ-Cat Apr 8, 2024
3545853
Merge branch 'Main-Trunk' into ZZ-Cat/issue88
ZZ-Cat Apr 19, 2024
580b543
chore(library): Bump version date to `2024-4-20`
ZZ-Cat Apr 19, 2024
30b620e
fix(defect): :adhesive_bandage: Class `SerialTransmitter` has a const…
ZZ-Cat Apr 19, 2024
8c434de
build(`platformio.ini`): Temporarily restrict Quality Control builds …
ZZ-Cat Apr 19, 2024
6f409e2
Merge branch 'Main-Trunk' into ZZ-Cat/issue88
ZZ-Cat Apr 24, 2024
86e9337
chore(library): :construction: Initial commit on working Serial Trans…
ZZ-Cat Apr 25, 2024
2e8b53b
build(`platformio.ini`): :wrench: Create a secure development environ…
ZZ-Cat Apr 25, 2024
8573a74
refactor(serial transmitter prototype): :construction: Print the time…
ZZ-Cat Apr 25, 2024
2a73561
fix(serial transmitter prototype): :bug: Fix `time_us` overflow on fi…
ZZ-Cat Apr 25, 2024
b8f00e6
feat(serial transmitter prototype): :sparkles: Write 64 bytes of data…
ZZ-Cat Apr 25, 2024
4419b03
feat(serial transmitter prototype): :sparkles: Prototype transmit fra…
ZZ-Cat Apr 25, 2024
f44f2c1
build(`platformio.ini`): :construction_worker: Explicitly use CppChec…
ZZ-Cat Apr 25, 2024
60a2f68
chore(`platformio.ini`): :wrench: Upgrade C++11 to GNU C++23
ZZ-Cat Apr 25, 2024
a88225d
chore(`platformio.ini`): Explicitly specify `gnu++23`
ZZ-Cat Apr 25, 2024
7dfe13c
refactor(serial transmitter prototype): :recycle: Use `const int32_t`…
ZZ-Cat Apr 25, 2024
a6a13ce
refactor(serial transmitter prototype): :recycle: Replace `serial_buf…
ZZ-Cat Apr 25, 2024
0515624
refactor(serial transmitter prototype): :recycle: Improve error handling
ZZ-Cat Apr 25, 2024
ed3de8d
refactor(serial transmitter prototype): :construction: Introduce CRC8…
ZZ-Cat Apr 26, 2024
613e803
refactor(serial transmitter prototype): :construction: Flesh out pack…
ZZ-Cat Apr 26, 2024
0252a80
refactor(serial transmitter prototype): :recycle: Prepare CRSF RC Cha…
ZZ-Cat Apr 26, 2024
f2d42ed
fix(serial transmitter prototype): :rotating_light: Rename time struc…
ZZ-Cat Apr 26, 2024
ab1e72a
chore(library): :truck: Move CRC source and header files to `common` …
ZZ-Cat Apr 27, 2024
4cf30e2
chore(library): Bump version date to `2024-5-20`
ZZ-Cat May 19, 2024
f7d5c7d
chore(library): Bump verion date to 2024-7-2
ZZ-Cat Jun 30, 2024
b88331d
chore(library): Bump version date to `2024-4-9`
ZZ-Cat Apr 8, 2024
2d3c689
feat(serial transmitter layer): :sparkles: Initial commit for Serial …
ZZ-Cat Apr 8, 2024
8b9613e
chore(library): Bump version date to `2024-4-20`
ZZ-Cat Apr 19, 2024
c697f6d
fix(defect): :adhesive_bandage: Class `SerialTransmitter` has a const…
ZZ-Cat Apr 19, 2024
460f6ab
build(`platformio.ini`): Temporarily restrict Quality Control builds …
ZZ-Cat Apr 19, 2024
dcc0e56
chore(library): :construction: Initial commit on working Serial Trans…
ZZ-Cat Apr 25, 2024
f2ffb4f
build(`platformio.ini`): :wrench: Create a secure development environ…
ZZ-Cat Apr 25, 2024
eb74067
refactor(serial transmitter prototype): :construction: Print the time…
ZZ-Cat Apr 25, 2024
daabce7
fix(serial transmitter prototype): :bug: Fix `time_us` overflow on fi…
ZZ-Cat Apr 25, 2024
aa2eeeb
feat(serial transmitter prototype): :sparkles: Write 64 bytes of data…
ZZ-Cat Apr 25, 2024
96cfa3e
feat(serial transmitter prototype): :sparkles: Prototype transmit fra…
ZZ-Cat Apr 25, 2024
b0e258b
build(`platformio.ini`): :construction_worker: Explicitly use CppChec…
ZZ-Cat Apr 25, 2024
ae6ed2d
chore(`platformio.ini`): :wrench: Upgrade C++11 to GNU C++23
ZZ-Cat Apr 25, 2024
8e05de6
chore(`platformio.ini`): Explicitly specify `gnu++23`
ZZ-Cat Apr 25, 2024
1c70a7a
refactor(serial transmitter prototype): :recycle: Use `const int32_t`…
ZZ-Cat Apr 25, 2024
0727a7b
refactor(serial transmitter prototype): :recycle: Replace `serial_buf…
ZZ-Cat Apr 25, 2024
097cfa5
refactor(serial transmitter prototype): :recycle: Improve error handling
ZZ-Cat Apr 25, 2024
2857cb5
refactor(serial transmitter prototype): :construction: Introduce CRC8…
ZZ-Cat Apr 26, 2024
0fe7a46
refactor(serial transmitter prototype): :construction: Flesh out pack…
ZZ-Cat Apr 26, 2024
f725d4d
refactor(serial transmitter prototype): :recycle: Prepare CRSF RC Cha…
ZZ-Cat Apr 26, 2024
ec32062
fix(serial transmitter prototype): :rotating_light: Rename time struc…
ZZ-Cat Apr 26, 2024
2b697cf
chore(library): :truck: Move CRC source and header files to `common` …
ZZ-Cat Apr 27, 2024
60d9268
chore(library): Bump version date to `2024-5-20`
ZZ-Cat May 19, 2024
f1fe711
chore(library): Bump verion date to 2024-7-2
ZZ-Cat Jun 30, 2024
127143e
Merge branch 'ZZ-Cat/issue88' of https://github.com/ZZ-Cat/CRSFforArd…
ZZ-Cat Jul 20, 2024
266c99a
chore(library): Fix Semantic Versioning inconsistencies
ZZ-Cat Jul 20, 2024
a33e846
chore(library): Discontinue V1.0.x-maintenance-branch (#136)
ZZ-Cat Aug 30, 2024
d53e151
chore(`CFA_Config.hpp`): :wrench: Add missing preprocessor defines
ZZ-Cat Aug 30, 2024
35c0692
feat(serial receiver interface): :sparkles: Introduce three new callb…
ddanilchenko Aug 31, 2024
0f8e1a8
chore(library): Bump version date to `2024-4-9`
ZZ-Cat Apr 8, 2024
4fb7aae
chore(library): Bump version date to `2024-4-20`
ZZ-Cat Apr 19, 2024
ba8d46f
chore(library): Bump version date to `2024-5-20`
ZZ-Cat May 19, 2024
e88628d
chore(library): Bump verion date to 2024-7-2
ZZ-Cat Jun 30, 2024
80d18d1
feat(serial transmitter prototype): :sparkles: Write 64 bytes of data…
ZZ-Cat Apr 25, 2024
56d9c24
refactor(serial transmitter prototype): :recycle: Replace `serial_buf…
ZZ-Cat Apr 25, 2024
fc2756d
refactor(serial transmitter prototype): :recycle: Improve error handling
ZZ-Cat Apr 25, 2024
c09381b
refactor(serial transmitter prototype): :construction: Flesh out pack…
ZZ-Cat Apr 26, 2024
9b67803
refactor(serial transmitter prototype): :recycle: Prepare CRSF RC Cha…
ZZ-Cat Apr 26, 2024
287fcd5
chore(library): Fix Semantic Versioning inconsistencies
ZZ-Cat Jul 20, 2024
d6e6dc7
chore(library): :fire: Remove obsolete Semantic Version tracking from…
ZZ-Cat Aug 31, 2024
44404a7
chore(library): Bump version date to `2024-4-9`
ZZ-Cat Apr 8, 2024
93b560b
feat(serial transmitter layer): :sparkles: Initial commit for Serial …
ZZ-Cat Apr 8, 2024
22a4e72
chore(library): Bump version date to `2024-4-20`
ZZ-Cat Apr 19, 2024
338fb10
fix(defect): :adhesive_bandage: Class `SerialTransmitter` has a const…
ZZ-Cat Apr 19, 2024
d44d539
build(`platformio.ini`): Temporarily restrict Quality Control builds …
ZZ-Cat Apr 19, 2024
dec792e
chore(library): :construction: Initial commit on working Serial Trans…
ZZ-Cat Apr 25, 2024
55c5ddc
build(`platformio.ini`): :wrench: Create a secure development environ…
ZZ-Cat Apr 25, 2024
e0b2179
refactor(serial transmitter prototype): :construction: Print the time…
ZZ-Cat Apr 25, 2024
c82a232
fix(serial transmitter prototype): :bug: Fix `time_us` overflow on fi…
ZZ-Cat Apr 25, 2024
100a258
feat(serial transmitter prototype): :sparkles: Write 64 bytes of data…
ZZ-Cat Apr 25, 2024
d81bbcb
feat(serial transmitter prototype): :sparkles: Prototype transmit fra…
ZZ-Cat Apr 25, 2024
9b411ce
build(`platformio.ini`): :construction_worker: Explicitly use CppChec…
ZZ-Cat Apr 25, 2024
d67ae11
chore(`platformio.ini`): :wrench: Upgrade C++11 to GNU C++23
ZZ-Cat Apr 25, 2024
f47a217
chore(`platformio.ini`): Explicitly specify `gnu++23`
ZZ-Cat Apr 25, 2024
0b8f161
refactor(serial transmitter prototype): :recycle: Use `const int32_t`…
ZZ-Cat Apr 25, 2024
79a1042
refactor(serial transmitter prototype): :recycle: Replace `serial_buf…
ZZ-Cat Apr 25, 2024
a616237
refactor(serial transmitter prototype): :recycle: Improve error handling
ZZ-Cat Apr 25, 2024
11b52d7
refactor(serial transmitter prototype): :construction: Introduce CRC8…
ZZ-Cat Apr 26, 2024
1c10e1c
refactor(serial transmitter prototype): :construction: Flesh out pack…
ZZ-Cat Apr 26, 2024
ef32a79
refactor(serial transmitter prototype): :recycle: Prepare CRSF RC Cha…
ZZ-Cat Apr 26, 2024
9125bed
fix(serial transmitter prototype): :rotating_light: Rename time struc…
ZZ-Cat Apr 26, 2024
2178d28
chore(library): :truck: Move CRC source and header files to `common` …
ZZ-Cat Apr 27, 2024
26b3c97
chore(library): Bump version date to `2024-5-20`
ZZ-Cat May 19, 2024
b1df92b
chore(library): Bump verion date to 2024-7-2
ZZ-Cat Jun 30, 2024
ce2763e
feat(serial transmitter prototype): :sparkles: Write 64 bytes of data…
ZZ-Cat Apr 25, 2024
a7b1fc2
refactor(serial transmitter prototype): :recycle: Replace `serial_buf…
ZZ-Cat Apr 25, 2024
53a3ee8
refactor(serial transmitter prototype): :recycle: Improve error handling
ZZ-Cat Apr 25, 2024
c297137
refactor(serial transmitter prototype): :construction: Flesh out pack…
ZZ-Cat Apr 26, 2024
e544c5a
refactor(serial transmitter prototype): :recycle: Prepare CRSF RC Cha…
ZZ-Cat Apr 26, 2024
b061733
chore(library): Fix Semantic Versioning inconsistencies
ZZ-Cat Jul 20, 2024
78c3938
chore(library): Bump version date to `2024-4-9`
ZZ-Cat Apr 8, 2024
ac1c189
chore(library): Bump version date to `2024-4-20`
ZZ-Cat Apr 19, 2024
adc7599
chore(library): Bump version date to `2024-5-20`
ZZ-Cat May 19, 2024
46c24ea
chore(library): Bump verion date to 2024-7-2
ZZ-Cat Jun 30, 2024
d7b7e73
feat(serial transmitter prototype): :sparkles: Write 64 bytes of data…
ZZ-Cat Apr 25, 2024
468ad75
refactor(serial transmitter prototype): :recycle: Replace `serial_buf…
ZZ-Cat Apr 25, 2024
2b809ba
refactor(serial transmitter prototype): :recycle: Improve error handling
ZZ-Cat Apr 25, 2024
bb9cf36
refactor(serial transmitter prototype): :construction: Flesh out pack…
ZZ-Cat Apr 26, 2024
64ce226
refactor(serial transmitter prototype): :recycle: Prepare CRSF RC Cha…
ZZ-Cat Apr 26, 2024
1205653
chore(library): Fix Semantic Versioning inconsistencies
ZZ-Cat Jul 20, 2024
7e3c516
chore(library): :fire: Remove obsolete Semantic Version tracking from…
ZZ-Cat Aug 31, 2024
c1f2fa0
Merge branch 'ZZ-Cat/issue88' of https://github.com/ZZ-Cat/CRSFforArd…
ZZ-Cat Sep 2, 2024
859d8aa
refactor(cfa config): :recycle: Use build date for Pre-Release versio…
ZZ-Cat Sep 2, 2024
ee0d4c1
refactor(serial receiver interface): :recycle: Show pre-release versi…
ZZ-Cat Sep 2, 2024
85f9304
style(serial transmitter prototype): :fire: Remove duplicate code lines
ZZ-Cat Sep 2, 2024
3f22f22
chore(library): Bump pre-release version to `2024.9.3`
ZZ-Cat Sep 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(library): Bump version date to 2024-3-19
This is to ensure the relevant pull request for this branch gets created as early as possible, because this branch will introduce an exciting new feature...
  • Loading branch information
ZZ-Cat committed Mar 19, 2024
commit d7e0e627a3c499f0a5afd71324d16e994d167a78
2 changes: 1 addition & 1 deletion examples/flight_modes/flight_modes.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief Example of how to read flight modes from a receiver.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/link_stats/link_stats.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief Example of how to read link statistics from a receiver.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/platformio/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief This is the main development file for CRSF for Arduino.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/rc_channels/rc_channels.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief Example of how to read rc channels from a receiver.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/telemetry/telemetry.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief Example of how to send telemetry back to your RC handset using CRSF for Arduino.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
4 changes: 2 additions & 2 deletions src/CFA_Config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief This is the configuration file for CRSF for Arduino.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down Expand Up @@ -37,7 +37,7 @@ namespace crsfForArduinoConfig
Versioning is done using Semantic Versioning 2.0.0.
See https://semver.org/ for more information. */
#define CRSFFORARDUINO_VERSION "1.1.0"
#define CRSFFORARDUINO_VERSION_DATE "2024-3-8"
#define CRSFFORARDUINO_VERSION_DATE "2024-3-19"
#define CRSFFORARDUINO_VERSION_MAJOR 1
#define CRSFFORARDUINO_VERSION_MINOR 1
#define CRSFFORARDUINO_VERSION_PATCH 0
Expand Down
2 changes: 1 addition & 1 deletion src/CRSFforArduino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @brief This is the Sketch Layer, which is a simplified API for CRSF for Arduino.
* It is intended to be used by the user in their sketches.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/CRSFforArduino.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @brief This is the Sketch Layer, which is a simplified API for CRSF for Arduino.
* It is intended to be used by the user in their sketches.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/SerialReceiver/CRC/CRC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief A generic CRC8 implementation for the CRSF for Arduino library.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/SerialReceiver/CRC/CRC.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief A generic CRC8 implementation for the CRSF for Arduino library.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/SerialReceiver/CRSF/CRSF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief This decodes CRSF frames from a serial port.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/SerialReceiver/CRSF/CRSF.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief This decodes CRSF frames from a serial port.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/SerialReceiver/CRSF/CRSFProtocol.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief This file contains enums and structs for the CRSF protocol.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/SerialReceiver/SerialBuffer/SerialBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief A generic serial buffer for the CRSF for Arduino library.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/SerialReceiver/SerialBuffer/SerialBuffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief A generic serial buffer for the CRSF for Arduino library.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/SerialReceiver/SerialReceiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief The Serial Receiver layer for the CRSF for Arduino library.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/SerialReceiver/SerialReceiver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief The Serial Receiver layer for the CRSF for Arduino library.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/SerialReceiver/Telemetry/Telemetry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief This encodes data into CRSF telemetry frames for transmission to the RC handset.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/SerialReceiver/Telemetry/Telemetry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief This encodes data into CRSF telemetry frames for transmission to the RC handset.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/hal/CompatibilityTable/CompatibilityTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief The Compatibility Table determines if the target development board is compatible with CRSF for Arduino.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/hal/CompatibilityTable/CompatibilityTable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief The Compatibility Table determines if the target development board is compatible with CRSF for Arduino.
* @version 1.1.0
* @date 2024-3-8
* @date 2024-3-19
*
* @copyright Copyright (c) 2024, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
Expand Down
Loading