Skip to content

Compiling on newer ArduinoIDE #178

@oldmanbluntz

Description

@oldmanbluntz

You need to make changes to the state.cpp file to get it to compile on newer versions of ArduinoIDE.
Add this to the top:
"#include new (put the > and < in the proper places around "new")"
and comment out these lines:
void *operator new(size_t size, void *ptr){
return ptr;
}
Also make the changes to ui.cpp and ui.h suggested by KPOBACOC. you can see them in the pull request section.

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