Network configuration now done via environment, both static and DHCP supported for STA mode. Remember to reboot after saving new environment with your network config.
Frankenstein ESP8266 Firmware
Powered by Antares 0.2-rc1, Insane Mushroom
(c) Andrew 'Necromant' Andrianov 2014 <andrew@ncrmnt.org>
This is free software (where possible), published under the terms of GPLv2
Memory Layout:
data : 0x3ffe8000 ~ 0x3ffe8ae8, len: 2792
rodata: 0x3ffe8af0 ~ 0x3ffea72c, len: 7228
bss : 0x3ffea730 ~ 0x3fff1bf8, len: 29896
heap : 0x3fff1bf8 ~ 0x3fffc000, len: 41992
env: Environment @ 0x0007c000 size 0x00001000 bytes (0x00000ffc real)
=== Current environment ===
sta-mode dhcp
sta-ip 192.168.0.123
sta-mask 255.255.255.0
sta-gw 192.168.0.1
ap-ip 192.168.1.1
ap-mask 255.255.255.0
ap-gw 192.168.1.1
bootdelay 5
=== 147/4092 bytes used ===
=== Press enter to activate this console ===
blackblade > setenv Hello ESP8266.com
blackblade > printenv
=== Current environment ===
sta-mode dhcp
sta-ip 192.168.0.123
sta-mask 255.255.255.0
sta-gw 192.168.0.1
ap-ip 192.168.1.1
ap-mask 255.255.255.0
ap-gw 192.168.1.1
bootdelay 5
Hello ESP8266.com
=== 165/4092 bytes used ===
blackblade > saveenv
Writing environment to flash...DONE
blackblade >