When using ESP-IDF 5.5 with -Wformat=2 and -Werror=format enabled on a component, format string mismatches in ESP_LOGx calls are not reported by the compiler. The ...
Given the following enum class. https://github.com/hantsy/jakartaee11-sandbox/blob/master/persistence/src/main/java/com/example/employee/Gender.java Run on the latest ...