Files
QIDI_Q1_Pro/include/MakerbaseNetwork.h
2024-04-09 15:18:07 +08:00

11 lines
171 B
C++

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