mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-23 03:13:01 +03:00
Fixed compilation error when building with -Wwrite-strings or -Wdiscarded-qualifiers by adding const qualifier to char pointers with string literals. Closes https://github.com/espressif/esp-idf/issues/18120