We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b794b40 commit 6a1c825Copy full SHA for 6a1c825
src/src/SparkFun_iAP2.h
@@ -84,6 +84,7 @@ class SparkFuniAP2Driver
84
bool addIdentificationInformationMessagesSentReceived(uint16_t numMessagesReceived, uint16_t *messagesReceived, uint8_t **information, uint16_t *informationLength, uint16_t id);
85
bool addLocationInformation(const char *txt, uint8_t **information, uint16_t *informationLength, uint16_t id);
86
void printHexThing(const char *name, size_t thingSize, uint8_t *thing);
87
+ void printStringThing(const char *name, size_t thingSize, uint8_t *thing);
88
89
#define IAP2_MAX_PACKET_SIZE 2048 //Default for Bluetooth
90
0 commit comments