Commit 1bf87189f9124b453295064844a38924e69ca1d4

Authored by Adhidarma Hadiwinoto
1 parent ab2ccd9a71
Exists in master

Logging on executing USSD code

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -346,6 +346,7 @@ function executeUSSD(code, includeCUSD2) {
346 346 }
347 347  
348 348 await mutex.setLockWaitForSubCommand();
  349 + logger.info(`Executing USSD code "${code}"`);
349 350 port.pipe(parserMain);
350 351 await writeToPort(`AT+CUSD=1,"${code}",15\r`);
351 352