Skip to content

Commit

Permalink
Merge pull request #281 from julio-matarranz/fix/m5rgb
Browse files Browse the repository at this point in the history
fix #264 use mutual esp32rgb.h for m5 stamp
  • Loading branch information
BitMaker-hub authored Jan 22, 2024
2 parents 914b4bc + 6410e8a commit 3e0cad9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@ board_build.partitions = huge_app.csv
build_flags =
-D ARDUINO_USB_MODE=1
-D ARDUINO_USB_CDC_ON_BOOT=1
-D M5_STAMP_S3=1
-D ESP32RGB=1
-D RGB_LED_PIN=21
lib_deps =
bblanchon/ArduinoJson@^6.21.2
https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
Expand Down
2 changes: 0 additions & 2 deletions src/drivers/devices/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include "lilygoV1TDisplay.h"
#elif defined(ESP32_CAM)
#include "esp32CAM.h"
#elif defined(M5_STAMP_S3)
#include "m5StampS3.h"
#elif defined(ESP32RGB)
#include "esp32RGB.h"

Expand Down
10 changes: 0 additions & 10 deletions src/drivers/devices/m5StampS3.h

This file was deleted.

0 comments on commit 3e0cad9

Please sign in to comment.