[Solved]uiflow new FW(v1.1.0) can't writting.
- 
					
					
					
					
 I've executed flash.sh command. but catch following error. $ cd M5Burner-flow-only/firmwares/M5Flow/v1.1.0-en $ ./flash.sh usage: esptool write_flash [-h] [--erase-all] [--flash_freq {keep,40m,26m,20m,80m}] [--flash_mode {keep,qio,qout,dio,dout}] [--flash_size FLASH_SIZE] [--spi-connection SPI_CONNECTION] [--no-progress] [--verify] [--compress | --no-compress] <address> <filename> [<address> <filename> ...] esptool write_flash: error: argument <address> <filename>: Detected overlap at address: 0x160000 for file: spiffs_image_0x170000.imgwhy? firmware version: v1.1.0-en 
 hardware: M5Stack Basic
 pc os: macOS MojavePlease give me some advice. 
 thanks.
- 
					
					
					
					
 Because you forgot to pass the additional parameters required to make it work. There is a slightly better version with a visual front end that can be downloaded from withing UIFlow but you need to disable the download security first using 
 sudo spctl --master-disable
 you then download the firmware loader and run it to install the firmware (you need to erase the ld firmware first before installing the new)
 and then type
 sudo spctl --master-enable
 to reset the system security.Only do this when downloading the uiflow firmware program! 
- 
					
					
					
					
 sorry, i forgot to modify the mac file, need change flash.sh address 160000 -> 170000 
- 
					
					
					
					
 While you are at it, please update the entire zip file for the Mac version of the M5Burner. What is linked in flow.m5stack.com today only goes up to v1.0.1. I need v1.1.0 please. 

