Files
QIDI_Q1_Pro/src/mks_error.cpp
2024-03-19 15:48:17 +08:00

11 lines
185 B
C++

#include "../include/MoonrakerAPI.h"
#include "../include/mks_error.h"
#include "../include/event.h"
void parse_error(nlohmann::json error) {
std::cout << error << std::endl;
}