Files
QIDI_Q1_Pro/include/MakerbaseNetwork.h

11 lines
171 B
C
Raw Normal View History

2024-03-19 15:48:17 +08:00
#ifndef MAKERBASE_NETWORK_H
#define MAKERBASE_NETWORK_H
#include <iostream>
#include "./MakerbaseShell.h"
std::string get_wlan0_ip();
2024-04-09 15:18:07 +08:00
std::string get_eth0_ip();
2024-03-19 15:48:17 +08:00
#endif