mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-13 22:35:25 +02:00
if (1) log_e("error") produces a warning ("missing braces") and probably wrong code if no log level is defined. This fixes that.
if (1) log_e("error") produces a warning ("missing braces") and probably wrong code if no log level is defined. This fixes that.