OPEnSLab-OSU / Nanolux

Cymaspace AudioLux Opensource code
GNU General Public License v3.0
7 stars 10 forks source link

Add WiFi/WebServer to jastLED. #25

Closed davidqmora closed 1 year ago

davidqmora commented 1 year ago

Copied WebServer.h from NanoluxStereo to jastJEDS folder. Added temporary scaffolding for API.

Commented out creation of task0 pinned to core 0. As it is right now, it performs no function, and core 0 is used by the ESP to handle its peripherals, including the WiFi radio. Commenting it out has no impact on the current performance of the firmware.