Skip to content

Compile error with expansion of macro 'F' #30

@Richhoef

Description

@Richhoef

Whenever I try to compile this library, I get compile errors saying it cannot convert const char [] to const __FlashStringHelper* in assignment #define F(string_literal) (string_literal).

This is my Platformio.ini file:

[env:esp32thing]
platform = espressif32
board = esp32thing
framework = arduino
lib_deps =
    juerd/ESP-WiFiSettings@^3.8.0

And this is the file being compiled:
https://github.com/Juerd/ESP-WiFiSettings/blob/master/examples/Basic/Basic.ino

The errors:
image

Can anyone help me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions