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