mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-02-01 00:18:44 +03:00
Initial commit
This commit is contained in:
10
src/mks_error.cpp
Normal file
10
src/mks_error.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "../include/MoonrakerAPI.h"
|
||||
#include "../include/mks_error.h"
|
||||
#include "../include/event.h"
|
||||
|
||||
void parse_error(nlohmann::json error) {
|
||||
std::cout << error << std::endl;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user