Skip to content

Having problems in P2PMQTT.h #3

Description

@YushaBinArif

Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Uno"

Wrox_AOA_c8p1_Basic_Robot:52: error: 'P2PMQTT' does not name a type

P2PMQTT mqtt(true); // add parameter true for debugging

^

E:\arduino-1.8.5\libraries\AOA_code\Wrox_AOA_c8p1_Basic_Robot\Wrox_AOA_c8p1_Basic_Robot.ino: In function 'void setup()':

Wrox_AOA_c8p1_Basic_Robot:60: error: 'mqtt' was not declared in this scope

mqtt.begin("Basic Robot");

^

E:\arduino-1.8.5\libraries\AOA_code\Wrox_AOA_c8p1_Basic_Robot\Wrox_AOA_c8p1_Basic_Robot.ino: In function 'void loop()':

Wrox_AOA_c8p1_Basic_Robot:70: error: 'mqtt' was not declared in this scope

int type = mqtt.getType(mqtt.buffer);

          ^

Wrox_AOA_c8p1_Basic_Robot:75: error: 'CONNECT' was not declared in this scope

 case CONNECT:

      ^

Wrox_AOA_c8p1_Basic_Robot:79: error: 'PUBLISH' was not declared in this scope

 case PUBLISH:

      ^

exit status 1
'P2PMQTT' does not name a type

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

///
These are the errors i am having while importing P2PMQTT.h in my arduino code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions