mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-13 12:46:04 +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