Zachary J. Fields
Zachary J. Fields
Currently, there is no way of knowing whether the system received or performed the requested reset.
I'm not sure if this is the appropriate solution, but to allow an AVR project to compile correctly, I had to wrap the definition of `std::nothrow` in an `#ifdef`. [**`new_handler.cpp`**](https://github.com/mike-matera/ArduinoSTL/blob/master/src/new_handler.cpp)...
Possible fix for #95.
Follows precedent established by Wi-Fi implementation.
Clears a warning is generated by the Arduino CLI when specifying `--warnings all`.