Skip to content

Commit 6a1c825

Browse files
committed
Github Action - Updating SparkFun_iAP2.h
1 parent b794b40 commit 6a1c825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/src/SparkFun_iAP2.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class SparkFuniAP2Driver
8484
bool addIdentificationInformationMessagesSentReceived(uint16_t numMessagesReceived, uint16_t *messagesReceived, uint8_t **information, uint16_t *informationLength, uint16_t id);
8585
bool addLocationInformation(const char *txt, uint8_t **information, uint16_t *informationLength, uint16_t id);
8686
void printHexThing(const char *name, size_t thingSize, uint8_t *thing);
87+
void printStringThing(const char *name, size_t thingSize, uint8_t *thing);
8788

8889
#define IAP2_MAX_PACKET_SIZE 2048 //Default for Bluetooth
8990

0 commit comments

Comments
 (0)