Skip to content

Add new Nodetype RPIEasy #2206

Closed
Closed
@enesbcs

Description

Summarize of the problem/feature request

Please add RPIEasy as a Node Type into the ESPEasy P2P network.

I think the changes below will be enough.

Target source file1: "ESPEasy-Globals.h"
#define NODE_TYPE_ID_RPI_EASY_STD 5

Target source file2: "WebServer.ino"

void handle_root()
...
case NODE_TYPE_ID_RPI_EASY_STD:
TXBuffer += F("RPI Easy");
break;
...

void handle_json()
...
case NODE_TYPE_ID_RPI_EASY_STD: platform = F("RPI Easy"); break;
...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: FixedCommit has been made, ready for testingType: EnhancementImprove something already present

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions