添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello,
i get errors compiling your code. Which library "sha256.h" do you exactly use?

IRController:201: error: 'Sha256' was not declared in this scope
Sha256.initHmac((uint8_t*)key.c_str(), key.length()); // key, and length of key in bytes
IRController:206: error: 'HASH_LENGTH' was not declared in this scope
String computedSignature = bin2hex(hash, HASH_LENGTH);
exit status 1
'Sha256' was not declared in this scope

Is this bad, or shall I install this? Chuong <[email protected]> schrieb am Fr., 13. Juli 2018, 15:11: