cmbahadir / opcua-esp32

Embedded OPC UA Server on ESP32 based on open62541 stack
Mozilla Public License 2.0
115 stars 40 forks source link

Set open62541 UA_LOG_LEVEL in sdkconfig for better debugging #34

Closed cmbahadir closed 3 years ago

cmbahadir commented 3 years ago

Move UA_LOG_LEVEL to sdkconfig so user can set it using menuconfig tool.

This will make bug reporting easier.

cmbahadir commented 3 years ago

Fixed with : https://github.com/cmbahadir/opcua-esp32/commit/3f6f789ada11387961ac09c2c7bd70a927da395f

Now it can be set with CONFIG_UA_LOGLEVEL option in sdkconfig.