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