Logo
Explore Help
Register Sign In
rbxii3/firmware
1
0
Fork 0
You've already forked firmware
mirror of https://github.com/meshtastic/firmware.git synced 2026-01-16 06:47:52 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
30b1bd85d9e50efeac51defc9b20f3cef775f372
firmware/src/wifi-stubs.cpp

20 lines
252 B
C++
Raw Normal View History

is linux fixed now?
2021-01-09 18:09:16 -08:00
//#include "mesh/wifi/WebServer.h"
fixed in linux now?
2021-01-09 19:06:34 -08:00
#include "configuration.h"
is linux fixed now?
2021-01-09 18:27:03 -08:00
lay groundwork for a possible future architecture (#1571) * lay groundwork for a possible future architecture * switch from feature opt-out to feature opt-in * lay groundwork for a possible future architecture * switch from feature opt-out to feature opt-in * fix USE_RTC in variant.h for rak4631_epaper and t-echo * ensure Screen.h is not included without configuration.h Co-authored-by: Peter Lawrence <12226419+majbthrd@users.noreply.github.com> Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2022-07-31 07:11:47 -05:00
#ifndef ARCH_ESP32
is linux fixed now?
2021-01-09 18:27:03 -08:00
Does this fix the linux build?
2021-01-09 19:15:10 -08:00
//#include "mesh/wifi/WiFiAPClient.h"
Make wifi optional and exclude from nrf52 builds
2020-09-18 10:48:39 -07:00
disable bluetooth while using wifi (esp32 drops networks otherwise)
2021-08-17 16:58:21 -07:00
bool initWifi(bool forceSoftAP) {
return false;
}
Make wifi optional and exclude from nrf52 builds
2020-09-18 10:48:39 -07:00
void deinitWifi() {}
bool isWifiAvailable()
{
return false;
}
is linux fixed now?
2021-01-09 18:27:03 -08:00
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 134ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API