Firmware for ESP32-C3 allowing eBUS communication for ebusd (https://github.com/john30/ebusd)
24
stars
1
forks
source link
Wrong log level for "vfs: esp_vfs_register_fd_range is successful for range <52; 64) and VFS ID 3" #62
Closed
JavanXD closed 6 months ago
Every time I boot I the ebusd Adapter I get the following Warning:
WARNING | vfs: esp_vfs_register_fd_range is successful for range <52; 64) and VFS ID 3
As the command is executed successful, shouldn't this be a "Informational" log entry and not a Warning? I see this Warning every time I reboot.