Skip to content

Commit c26e139

Browse files
authored
fix(arduino): Arduino IDE build failure (#94)
Some typos in `library.properties` completely broke CRSF for Arduino's compatibility with the Arduino IDE. This has been fixed. Along with some tidy-up of the badges in `README.md` and the Build Status badges are now working the way thar supposed to, as well. **NB:** The Arduino build status indicates `failing`, because I am still experiencing issues with the Arduino CI itself. This _does not_ reflect how CRSF for Arduino will build in the Arduino IDE itself. CRSF for Arduino was locally tested on the Arduino IDE v2.3.2 on an Arduino Nano ESP32 target, and the build passed with impunity.
1 parent 9a3504c commit c26e139

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# CRSF for Arduino
22

33
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/ZZ-Cat/CRSFforArduino)](https://github.com/ZZ-Cat/CRSFforArduino/releases/latest)
4-
[![GitHub license](https://img.shields.io/github/license/ZZ-Cat/CRSFforArduino)](https://github.com/ZZ-Cat/CRSFforArduino/blob/Main-Trunk/LICENSE.md)
4+
[![GitHub license](https://img.shields.io/github/license/ZZ-Cat/CRSFforArduino)](https://github.com/ZZ-Cat/CRSFforArduino/blob/Main-Trunk/LICENSE.md)
5+
![build](https://github.com/ZZ-Cat/CRSFforArduino/actions/workflows/arduinoide_build.yml/badge.svg)
6+
![build](https://github.com/ZZ-Cat/CRSFforArduino/actions/workflows/platformio_build.yml/badge.svg)
57
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
6-
[![Build Status](https://github.com/ZZ-Cat/CRSFforArduino/workflows/Arduino/badge.svg)](https://github.com/ZZ-Cat/CRSFforArduino/actions)
7-
[![Build Status](https://github.com/ZZ-Cat/CRSFforArduino/workflows/PlatformIO/badge.svg)](https://github.com/ZZ-Cat/CRSFforArduino/actions)
88

99
## Written and developed by
1010

library.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ version=1.0.1
33
author=Cassandra Robinson <nicad.heli.flier@gmail.com>
44
maintainer=Cassandra Robinson <nicad.heli.flier@gmail.com>
55
sentence=CRSF for Arduino brings the Crossfire Protocol to the Arduino ecosystem.
6-
paragraph=This library enables you to connect either a TBS Crossfire or ExpressLRS receiver to your development board,
7-
giving you access to telemetry and up to 16 11-bit proportional RC channels over a tried-and-true serial protocol.
86
category=Communication
97
url=https://github.com/ZZ-Cat/CRSFforArduino
108
dot_a_linkage=false

0 commit comments

Comments
 (0)