ニュース

のようなテストスケッチを作って試してみました。 問題のあるボードでは再起動を繰り返す現象が再現しました。問題のないボードでは発生しません。 試しに、std::stringをArduinoのString型に代えてみました。
The Lightweight C++ STL for Arduino provides selected features from the standard C++ library, including console, cstrings (C-style character arrays with C++ operators) with optional locale support, as ...
TestHeader.h is a header unit. The project only uses std::format, std::string, std::vector, std::cout and std::cin. It does not #include anything at all, only the import std; imports anything. Is ...