mirror of https://github.com/zxdos/zxuno.git
Actualization
This commit is contained in:
parent
b46d5f45ec
commit
07e997ce60
|
@ -0,0 +1,15 @@
|
||||||
|
# .iwConfig
|
||||||
|
|
||||||
|
Simple wifi-configuration utility for esxDos and ZX-Uno
|
||||||
|
|
||||||
|
## How to use?
|
||||||
|
|
||||||
|
* Download binary for utils directory(or compile it)
|
||||||
|
* Put it to BIN directory of your SD card
|
||||||
|
* run from basic:
|
||||||
|
|
||||||
|
```
|
||||||
|
.iwconfig SSID PASS
|
||||||
|
```
|
||||||
|
|
||||||
|
Where SSID - is your WiFi Access Point and PASS - password.
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
For running you need:
|
For running you need:
|
||||||
* ZX-Uno(or compatible) zx-spectrum clone with UART core
|
* ZX-Uno(or compatible) zx-spectrum clone with UART core
|
||||||
* Stored WiFi creds via [.iwconfig](https://github.com/nihirash/iwconfig) utility.
|
* Stored WiFi creds via [.iwconfig](https://github.com/antoniovillena/zxuno/tree/master/software/iwconfig) utility.
|
||||||
|
|
||||||
For development you need only sjasmplus.
|
For development you need only sjasmplus.
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue