#include <base64.h> · Serial.begin(115200); · String toEncode = "Test encoding" ; · String encoded = base64::encode(toEncode); ...
確定! 回上一頁