- Tue Nov 11, 2014 11:20 am
#2475
Okay, folks. There goes yet another small, but useful update of this Frankenstein firmware.
Change log may not be big in terms of new commands, but quite feature packed:
- spi_wipe now really wipes 100% of the flash. Tested
- spi_dump now prints proper adresses, no garbage. Still expects decimal numbers
- All code relocated to lower 256KiB, leaving all the rest but the last 8KiB (occupied by configuration of blobs) for env and OTA updates.
- espconn code merged and is now even working.
- New command: listen. It will listen for incoming connections on an arbitary port, making this firmware at least somewhat useful.
Please note, that you now have to flash 2nd binary to a different adress 0x9000 instead of 0x40000.
Hopefully TCP send and OTA updates (without their horrible libupgrade) will be implemented this week.