Skip to content

error: invalid conversion from 'uint8_t* {aka unsigned char*}' to 'char*' #33

@allangalera

Description

@allangalera

Its giving this error when trying to complile.

I think its a recent change.

I'm compiling using platformiIO.

Full error:
lib/xbee-arduino-master/XBee.cpp: In member function 'char* NodeIdentifierResponse::getNodeIdentifierString()':
lib/xbee-arduino-master/XBee.cpp:787:27: error: invalid conversion from 'uint8_t* {aka unsigned char_}' to 'char_' [-fpermissive]
return getFrameData() + 21;

^
*** [.pioenvs/megaatmega2560/lib/xbee-arduino-master/XBee.o] Error 1

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