Files
QIDI_Q1_Pro/include/MakerbaseNetwork.h
2024-03-19 15:48:17 +08:00

10 lines
144 B
C++

#ifndef MAKERBASE_NETWORK_H
#define MAKERBASE_NETWORK_H
#include <iostream>
#include "./MakerbaseShell.h"
std::string get_wlan0_ip();
#endif