-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: #ifdef AVR * chore: #ifdef AVR - V2 * chore: add last option * chore: maybe also check if another arch actually compiles? * fix: also install ESP32 cli core * chore: maybe actually install the package we intend to use * Update RedMP3.h * Update RedMP3.cpp * chore: some more avr only shi * fix: remove some more avr shi * chore: remove some more broken shi bc why check your code on all arches * chore: look above * chore: ifdev -> ifdef * chore: bump version * chore: maybe don't comment everything out * chore: no * chore: remove LSM303AGR.* * chore: remove #ifdef AVR * chore: remove #ifdef AVR
- Loading branch information
Showing
8 changed files
with
17 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=Leaphy Extensions | ||
version=1.0.1 | ||
version=1.0.2 | ||
author=Leaphy Robotics | ||
maintainer=Leaphy Robotics <[email protected]> | ||
sentence=Provides functionality to program all Leaphy robots | ||
|
@@ -9,5 +9,5 @@ url=https://github.com/leaphy-robotics/leaphy-extensions | |
architectures=avr | ||
# Only include actually used library code in the resulting executable | ||
dot_a_linkage=true | ||
depends=Adafruit SSD1306,Adafruit GFX Library,Adafruit LSM303 Accel,Adafruit LIS2MDL,Adafruit BusIO,Adafruit_VL53L0X,Adafruit NeoPixel | ||
depends=Adafruit SSD1306,Adafruit GFX Library,Adafruit LSM303 Accel,Adafruit LIS2MDL,Adafruit BusIO,Adafruit_VL53L0X,Adafruit NeoPixel,EspSoftwareSerial | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters