Merge pull request #7934 from wajahat-ublox/psm_method_typo

corrected a typo in AT_CellularPower::opt_power_save_mode
pull/8274/head
Cruz Monrreal 2018-09-27 10:20:44 -05:00 committed by GitHub
commit 9bd17d33f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ nsapi_error_t AT_CellularPower::opt_power_save_mode(int periodic_time, int activ
}
uint_to_binary_str(active_timer, &at[3], sizeof(at) - 3, PSMTimerBits);
pt[8] = '\0';
at[8] = '\0';
// request for both GPRS and LTE
_at.cmd_start("AT+CPSMS=");