We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error message:
esp_rom.RomParseException: EspRomSection.init(): self.contents is 50199 bytes != self.length 245760.
i read the source code .
self.contents = rom_bytes_stream.read(self.length) print(len(self.contents)) if len(self.contents) != self.length: raise RomParseException( "EspRomSection.init(): self.contents is %d bytes != self.length %d." % (len(self.contents), self.length))
is there something wrong about rom_bytes_stream.read ?
attach file is the user2.bin
The text was updated successfully, but these errors were encountered:
user2.bin.zip
Sorry, something went wrong.
I have the same problem.
No branches or pull requests
error message:
esp_rom.RomParseException: EspRomSection.init(): self.contents is 50199 bytes != self.length 245760.
i read the source code .
is there something wrong about rom_bytes_stream.read ?
attach file is the user2.bin
The text was updated successfully, but these errors were encountered: