Skip to content

v1.1.1 #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 8, 2022
32 changes: 32 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,18 @@ SARA_R5_sim_states_t KEYWORD1
SARA_R5_http_op_codes_t KEYWORD1
SARA_R5_http_commands_t KEYWORD1
SARA_R5_http_content_types_t KEYWORD1
SARA_R5_mqtt_nv_parameter_t KEYWORD1
SARA_R5_mqtt_profile_opcode_t KEYWORD1
SARA_R5_mqtt_command_opcode_t KEYWORD1
SARA_R5_pdp_configuration_parameter_t KEYWORD1
SARA_R5_pdp_protocol_type_t KEYWORD1
SARA_R5_pdp_actions_t KEYWORD1
SARA_R5_sec_profile_parameter_t KEYWORD1
SARA_R5_sec_profile_certval_op_code_t KEYWORD1
SARA_R5_sec_profile_tls_op_code_t KEYWORD1
SARA_R5_sec_profile_suite_op_code_t KEYWORD1
SARA_R5_sec_manager_opcode_t KEYWORD1
SARA_R5_sec_manager_parameter_t KEYWORD1
SARA_R5_functionality_t KEYWORD1
SARA_R5_pdp_type KEYWORD1
SARA_R5_l2p_t KEYWORD1
Expand All @@ -43,6 +52,7 @@ gnss_aiding_mode_t KEYWORD1

begin KEYWORD2
enableDebugging KEYWORD2
enableAtDebugging KEYWORD2
invertPowerPin KEYWORD2
modulePowerOff KEYWORD2
modulePowerOn KEYWORD2
Expand All @@ -58,6 +68,9 @@ setSIMstateReportCallback KEYWORD2
setPSDActionCallback KEYWORD2
setPingCallback KEYWORD2
setHTTPCommandCallback KEYWORD2
setMQTTCommandCallback KEYWORD2
setRegistrationCallback KEYWORD2
setEpsRegistrationCallback KEYWORD2
write KEYWORD2
at KEYWORD2
enableEcho KEYWORD2
Expand Down Expand Up @@ -87,6 +100,8 @@ setNetworkProfile KEYWORD2
getNetworkProfile KEYWORD2
setAPN KEYWORD2
getAPN KEYWORD2
getSimStatus KEYWORD2
setSimPin KEYWORD2
setSIMstateReportingMode KEYWORD2
getSIMstateReportingMode KEYWORD2
enterPPP KEYWORD2
Expand Down Expand Up @@ -140,10 +155,26 @@ setHTTPusername KEYWORD2
setHTTPpassword KEYWORD2
setHTTPauthentication KEYWORD2
setHTTPserverPort KEYWORD2
setHTTPcustomHeader KEYWORD2
setHTTPsecure KEYWORD2
getHTTPprotocolError KEYWORD2
sendHTTPGET KEYWORD2
sendHTTPPOSTdata KEYWORD2
sendHTTPPOSTfile KEYWORD2
nvMQTT KEYWORD2
setMQTTclientId KEYWORD2
setMQTTserver KEYWORD2
setMQTTsecure KEYWORD2
connectMQTT KEYWORD2
disconnectMQTT KEYWORD2
subscribeMQTTtopic KEYWORD2
unsubscribeMQTTtopic KEYWORD2
readMQTT KEYWORD2
getMQTTprotocolError KEYWORD2
resetSecurityProfile KEYWORD2
configSecurityProfileString KEYWORD2
configSecurityProfile KEYWORD2
setSecurityManager KEYWORD2
setPDPconfiguration KEYWORD2
performPDPaction KEYWORD2
activatePDPcontext KEYWORD2
Expand All @@ -165,6 +196,7 @@ gpsGetRmc KEYWORD2
gpsRequest KEYWORD2
gpsAidingServerConf KEYWORD2
getFileContents KEYWORD2
appendFileContents KEYWORD2
getFileSize KEYWORD2
deleteFile KEYWORD2
functionality KEYWORD2
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SparkFun u-blox SARA-R5 Arduino Library
version=1.1.0
version=1.1.1
author=SparkFun Electronics <[email protected]>
maintainer=SparkFun Electronics <sparkfun.com>
sentence=Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud<br/><br/>
Expand Down
Loading