Skip to content

ESP32 compile issues with fix #178

@zlewko

Description

@zlewko

I had trouble compiling for 3.3.0 for ESP32, I needed to make two changes to the library to get it to compile and work.

analogOutputFirmata.h Line 32:
#if ESP32
changed to
#ifdef ESP32

analogOutputFirmataEsp32.cpp Line 33:
internalReset();
changed to
this->internalReset();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions