include <base64.h> · setup() { · Serial.begin(115200); · String toEncode = "Hello World"; · String encoded = base64::encode(toEncode); · Serial.
確定! 回上一頁