SteveEisner / WLEDtubes

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
25 stars 2 forks source link

standarize platformio with make repo #31

Closed craiglink closed 3 months ago

craiglink commented 3 months ago
craiglink commented 3 months ago

@SteveEisner I think this is what we were talking about to make merges easier. I've move the changes out of platformio.ini and into tubes.ini

This uses QuickEspNode, and we can make a version of this which works with 0_15 branch too I can move my changes from the removal of the quickespnow into a new MR based on this ones I get your thumbs up

craiglink commented 3 months ago

(note this breaks some of the sync'ing because of race conditions in network startup ), so this should probably merge into a branch off of main until we have the follow-on commit for quickespremoval

let me know what that new 0_14 branch is created and I can retarget this MR

SteveEisner commented 3 months ago

I merged this now because we can quickly fix the other stuff and no one is waiting on this build atm.

craiglink commented 3 months ago

actually we should just update the comment. I don't want WLED to use the PSRAM ( see WLED comment "Uses PSRAM for several functions. Often slows down LEDs." ) . However the actual board has PSRAM and I believe I need to have this setting defined to get the board initially working, but perhaps it can just be removed