mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 15:38:43 +03:00
10 lines
144 B
C++
10 lines
144 B
C++
#ifndef MAKERBASE_NETWORK_H
|
|
#define MAKERBASE_NETWORK_H
|
|
|
|
#include <iostream>
|
|
#include "./MakerbaseShell.h"
|
|
|
|
std::string get_wlan0_ip();
|
|
|
|
#endif
|