Merge API branch into main #12

Merged
SemvdH merged 334 commits from api into main 2023-06-13 19:54:43 +00:00
Showing only changes of commit 437ea4f536 - Show all commits

View File

@@ -148,7 +148,7 @@ public:
*
* @param message the message indicating the cause of the failsafe
*/
void enable_failsafe(std::string message)
void enable_failsafe(std::__cxx11::basic_string<char16_t> message)
{
this->failsafe_enabled = true;
this->failsafe_request->message = message;