Skip to content

Compiling error "expected unqualified-id before string constant" #3

@kmattim

Description

@kmattim

I am not able to compile the project on a freshly installed Arduino 1.8.6 with all referenced libs.

Environment:

  • Arduino 1.8.6
  • NeoPixelBus 2.3.4
  • NTPClient 3.1.0
  • ESPAsyncTCP 1.2.0
  • ESPAsyncWebServer 1.2.0
  • ESPAsyncWiFiManager 0.1.6
  • ESP8266 community board definition 1.6.22
  • Board type: wemos d1 mini
  • wemos usb driver installed
  • SPIFFS uploader installed and functional

Error:

WebPixelFrame:933:15: error: expected unqualified-id before string constant
static void _u0_putc(char c) {
^

WebPixelFrame:940:9: error: expected unqualified-id before string constant
void saveConfigCallback () {
^

WebPixelFrame:958:9: error: expected unqualified-id before string constant
void initSerial() {
^

WebPixelFrame:968:9: error: expected unqualified-id before string constant
void setup() {
^

WebPixelFrame:1092:9: error: expected unqualified-id before string constant
void loop() {
^

exit status 1
expected unqualified-id before string constant

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