Skip to content

Commit

Permalink
update fastled lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberman54 committed Feb 3, 2025
1 parent 767df67 commit 6cef965
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions include/led.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
#define _LED_H

#ifdef HAS_RGB_LED
#define FASTLED_INTERNAL
#include <FastLED.h>
#include "libpax_helpers.h"
#endif

#ifdef HAS_LORA
Expand Down
3 changes: 2 additions & 1 deletion platformio_orig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ lib_deps_display =
lib_deps_ledmatrix =
seeed-studio/Ultrathin_LED_Matrix @ ^1.0.0
lib_deps_rgbled =
fastled/FastLED @ 3.6.0
;fastled/FastLED @ 3.6.0
fastled/FastLED @ ^3.9.13
lib_deps_gps =
mikalhart/TinyGPSPlus @ ^1.0.3
lib_deps_sensors =
Expand Down
6 changes: 3 additions & 3 deletions platformio_orig_s3.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
;halfile = ttgotdongles3.h
;halfile = ttgotdongledisplays3.h
;halfile = ttgotdisplays3.h
halfile = ttgotsupremes3.h
;halfile = ttgotsupremes3.h
;halfile = heltecv3.h
;halfile = heltecsticklitev3.h
halfile = heltecsticklitev3.h

[platformio]
; upload firmware to board with usb cable
Expand Down Expand Up @@ -33,7 +33,7 @@ lib_deps_display =
lib_deps_ledmatrix =
seeed-studio/Ultrathin_LED_Matrix @ ^1.0.0
lib_deps_rgbled =
fastled/FastLED @ 3.6.0
fastled/FastLED @ ^3.9.13
lib_deps_gps =
mikalhart/TinyGPSPlus @ ^1.0.3
lib_deps_sensors =
Expand Down

0 comments on commit 6cef965

Please sign in to comment.