Xinyuan-LilyGO / LilyGo-EPD47

GNU General Public License v3.0
379 stars 119 forks source link

Why is ARDUINO_RUNNING_CORE set to 0? #107

Open nickolay opened 6 months ago

nickolay commented 6 months ago

In lilygo-t5-47-plus.json ARDUINO_RUNNING_CORE and ARDUINO_EVENT_RUNNING_CORE are set to 0.

This causes problems in esphome (https://github.com/esphome/issues/issues/5317), so as a workaround I tried keeping those at =1, and basics seemed to work. Do you know when it's necessary?