MHEtLive / MHEtLive-Boards

For our Boards
0 stars 0 forks source link

Help, nullptr error #1

Open dfrinky opened 3 years ago

dfrinky commented 3 years ago

I recently bought an Attiny88 board, I managed to upload a blink sketch to it and change the timings, so I know that works. I have the drivers installed (had to go into test mode on windows to get around that win10 driver signature problem). Sorry if I didn't upload this in the correct format or not enough information, this is my first time posting. What I cannot do is upload another sketch to it, and the error messages are the following:

Arduino: 1.8.15 (Windows 10), Board: "MH-ET LIVE Tiny88(16.0MHz)"

C:\Users\Dimitrije\Documents\Arduino\libraries\RTClib\RTClib.cpp: In member function 'char DateTime::toString(char)':

C:\Users\Dimitrije\Documents\Arduino\libraries\RTClib\RTClib.cpp:464:32: error: 'nullptr' was not declared in this scope

   (strstr(buffer, "ap") != nullptr) || (strstr(buffer, "AP") != nullptr);

                            ^

exit status 1

Error compiling for board MH-ET LIVE Tiny88(16.0MHz).

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.