You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hardware:
Board: WEMOS LOLIN32
Core Installation/update date: 25/jul/2018
IDE name: Arduino IDE
Flash Frequency: 80Mhz
Upload Speed: 512000
Description:
Gives base64.h:8:12: error: 'String' does not name a type and base64.h:9:26: error: 'uint8_t' has not been declared when called the static String base64::encode(uint8_t * data, size_t length) function.
Including arduino.h or WString.h and stdint.h on base64.h fix the error.