<!-- Do you want to ask a question? Are you looking for support? Please don't post here. Instead please use one of the support links at https://github.com/ccccmagicboy/MicroPython_fw_action/issues/new/choose --> ### Description #### low level methods to interact with flash storage can use this below: ``` esp.flash_size() esp.flash_user_start() esp.flash_erase(sector_no) esp.flash_write(byte_offset, buffer) esp.flash_read(byte_offset, buffer) ```