1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

Delete FastLED and implement DMA to SPI for all RGB leds

This commit is contained in:
norbert-walter
2024-09-20 13:25:11 +02:00
parent 5a6801b2d8
commit f611cab14b
91 changed files with 29980 additions and 104 deletions

View File

@@ -72,7 +72,7 @@ void sensorTask(void *param){
// Direction settings for NMEA0183
String nmea0183Mode = api->getConfig()->getConfigItem(api->getConfig()->serialDirection, true)->asString();
api->getLogger()->logDebug(GwLog::LOG, "NMEA0183 Mode is: %s", nmea0183Mode);
api->getLogger()->logDebug(GwLog::LOG, "NMEA0183 Mode is: %s", nmea0183Mode.c_str());
pinMode(OBP_DIRECTION_PIN, OUTPUT);
if (String(nmea0183Mode) == "receive" || String(nmea0183Mode) == "off")
{