mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
WS2812ESP32 example name is configurable and default name shortened
This commit is contained in:
@@ -163,7 +163,8 @@ int main(int argc, FAR char *argv[])
|
||||
if (fd < 0)
|
||||
{
|
||||
fprintf(stderr,
|
||||
"ws2812esp32rmt: open %s failed: %d\n",
|
||||
"%s: open %s failed: %d\n",
|
||||
argv[0],
|
||||
dev_name,
|
||||
errno);
|
||||
goto errout_with_dev;
|
||||
|
Reference in New Issue
Block a user