Hizbullah Khan

Results 3 comments of Hizbullah Khan

Hello! I was having the same problem. I solved it by placing the "JoyShockLibrary.dll" in the same directory as the "main.cpp" file. The "JSL" folder was still there in the...

The error occurs since the SPIFFS library is missing. Please add the following at top of your code (below ): #include Additionally, you may also need to add the "FS"...

Hi @bilalabbasi55 :) For verifying the JWT token in the SIP Identity header, you can use: `stirshaken jwt-key-check --vvv --jwt "your_token" --pubkey "path_to_the_public_key_file.pem"` Do note that the public key is...