Skip to content
Snippets Groups Projects

Allow configuration of wifi credentials + hostname via settings.json

Merged Woazboat requested to merge Woazboat/flow3r-firmware:feature/wifi-config-base into main
2 unresolved threads
4 files
+ 75
13
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -8,3 +8,5 @@ class WLAN:
def connect(self, ssid: bytes, key: Optional[bytes] = None) -> None: ...
def isconnected(self) -> bool: ...
def status(self, s: str) -> float: ...
def hostname(name: Optional[str]) -> str: ...
Loading