Skip to content

Missing GPIO declaration #14

@rneppi

Description

@rneppi

Precompiling (with VSC) gives following "problems". Is there a bug or is there a missing configuration thing? My only change was to uncomment line 4 (#define E07M1101D) in file <CC1101utils.h>.

[{
"resource": "/io433/lib/TFT_eSPI/Processors/TFT_eSPI_ESP32.h",
"owner": "cpp",
"severity": 8,
"message": "'GPIO' was not declared in this scope",
"startLineNumber": 125,
"startColumn": 22,
"endLineNumber": 125,
"endColumn": 22
},{
"resource": "/io433/lib/TFT_eSPI/Processors/TFT_eSPI_ESP32.h",
"owner": "cpp",
"severity": 8,
"message": "'GPIO' was not declared in this scope",
"startLineNumber": 126,
"startColumn": 22,
"endLineNumber": 126,
"endColumn": 22
},{
"resource": "/io433/lib/TFT_eSPI/Processors/TFT_eSPI_ESP32.h",
"owner": "cpp",
"severity": 8,
"message": "'GPIO' was not declared in this scope",
"startLineNumber": 170,
"startColumn": 22,
"endLineNumber": 170,
"endColumn": 22
},{
"resource": "/io433/lib/TFT_eSPI/Processors/TFT_eSPI_ESP32.h",
"owner": "cpp",
"severity": 8,
"message": "'GPIO' was not declared in this scope",
"startLineNumber": 171,
"startColumn": 22,
"endLineNumber": 171,
"endColumn": 22
}]

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