Files
QIDI_Q1_Pro/include/MakerbaseNetwork.h

10 lines
144 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();
#endif