Skip to content

Commit 3734e91

Browse files
committed
v1.1.8 - make private methods protected
1 parent 5dd40a1 commit 3734e91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SparkFun u-blox SARA-R5 Arduino Library
2-
version=1.1.7
2+
version=1.1.8
33
author=SparkFun Electronics <[email protected]>
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud<br/><br/>

src/SparkFun_u-blox_SARA-R5_Arduino_Library.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ class SARA_R5 : public Print
10241024
SARA_R5_error_t sendCustomCommandWithResponse(const char *command, const char *expectedResponse,
10251025
char *responseDest, unsigned long commandTimeout = SARA_R5_STANDARD_RESPONSE_TIMEOUT, bool at = true);
10261026

1027-
private:
1027+
protected:
10281028
HardwareSerial *_hardSerial;
10291029
#ifdef SARA_R5_SOFTWARE_SERIAL_ENABLED
10301030
SoftwareSerial *_softSerial;

0 commit comments

Comments
 (0)