Commit ff8221ba96175e03924ab5480b743b44c11dbf46

Authored by Adhidarma Hadiwinoto
1 parent 8a8888ce32
Exists in master

No trim

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

... ... @@ -324,7 +324,7 @@ function executeUSSD(code) {
324 324 await mutex.setLockWaitForCommand();
325 325  
326 326 await mutex.setLockWaitForSubCommand();
327   - await writeToPort(`AT+CUSD=1,"${code.trim()}",15\r`);
  327 + await writeToPort(`AT+CUSD=1,"${code}",15\r`);
328 328  
329 329 await mutex.setLockWaitForSubCommand();
330 330 mutex.releaseLockWaitForSubCommand();