mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-07 11:45:35 +00:00
DMX works on ESP32 LilyGO, other platforms requires porting code to change baudrate
* ENABLE DMX on ESP * test * s * Update hal_uart_espidf.c * Update obk_main.cmake * w * test * Update hal_uart_espidf.c * Update drv_dmx512.c * test * test * test * w * t * c * t * test * T * Update drv_dmx512.c * test * test * try flush * try wait * ticks w * t * fx * 100 ms * SIM fx * Update cmd_newLEDDriver.c * test 2x * tests * fixes * free * fix * misc * b * hal * s * Update workflow.yaml * pin * fin * test * Update hal_uart_espidf.c
This commit is contained in:
@ -230,6 +230,9 @@ int http_fn_index(http_request_t* request) {
|
||||
if (DRV_IsRunning("SM16703P")) {
|
||||
bForceShowRGB = true;
|
||||
}
|
||||
if (DRV_IsRunning("DMX")) {
|
||||
bForceShowRGB = true;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
http_setup(request, httpMimeTypeHTML); //Add mimetype regardless of the request
|
||||
|
||||
Reference in New Issue
Block a user