SmartEVSE / SmartEVSE-2

Smart Electric Vehicle Charging Station (EVSE)
80 stars 41 forks source link

Setting LOG_DEBUG from menu? #20

Closed fluppie closed 2 years ago

fluppie commented 2 years ago

Is is possible to set this from the menu?

#define LOG_EVSE LOG_DEBUG                                                       // Default: LOG_INFO
#define LOG_MODBUS LOG_DEBUG                                                // Default: LOG_WARN

Or only through re-compiling in MP Lab X and flashing the modified FW?

mstegen commented 2 years ago

The debug options are only available as a compile time option. It's not possible to set them from the menu.