fix @mc-hamster build to work on linux/nrf52

This commit is contained in:
Kevin Hester
2021-01-15 13:21:33 +08:00
parent a827017bd2
commit 3598c91c29
13 changed files with 15 additions and 16 deletions

View File

@@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "utils.h"
#ifndef NO_ESP32
#include "mesh/wifi/WiFiAPClient.h"
#include "mesh/http/WiFiAPClient.h"
#endif
using namespace meshtastic; /** @todo remove */