#define EXAMPLE_ESP_MAXIMUM_RETRY 5
#define EXAMPLE_ESP_WIFI_SSID Telia-8D67F2
#define EXAMPLE_ESP_WIFI_PASS HUPKG3QHO*****
However Eclipse complains about my macro definitions - "Symbol 'Telia' could not be resolved". It seems like it's trying to find a value for this symbol instead of taking it as a string value.
How can I resolve this issue?