- Acting as a WiFi station/client
- Running BLE so that I may communicate to it using a mobile application I made
Code: Select all
E (585) esp_image: Image length 1166704 doesn't fit in partition length 1048576
E (585) boot: Factory app partition is not bootable
E (587) boot: No bootable app partitions in the partition table
Code: Select all
Wrote 995632 bytes (639189 compressed) at 0x00010000 in 14.7 seconds (effective 543.0 kbit/s)...
Hash of data verified.
Does anyone have any advice or examples where this is done? Is there a way to easily remove WiFi using Menuconfig (I only saw a switch for LwIP). I don't want to remove it but I would still like to know how.
Thanks in advanced!