SkeletonMan03 / FZEasyMarauderFlash

Easily Flash Marauder onto the Flipper Zero Devboard or an ESP32!
GNU General Public License v3.0
1.04k stars 126 forks source link

Flashing to esp32 board #24

Closed KFCStan closed 1 year ago

KFCStan commented 1 year ago

Not sure whats happened with the python script but this error keeps appearing

Code

File "C:\Users\john\Documents\FZEasyMarauderFlash-main\EasyInstall.py", line 219, in flash_esp32wroom esptool.main(['-p', serialport, '-b', BR, '--before', 'default_reset', '--after', 'hard_reset', '-c', chip, 'write_flash', '--flash_mode', 'dio', '--flash_freq', '80m', '--flash_size', '2MB', '0x8000', scorpbins+'/partitions.bin', '0x1000', scorpbins+'/bootloader.bin', '0x10000', espoldhardwarefw]) NameError: name 'espoldhardwarefw' is not defined PS C:\Users\john\Documents\FZEasyMarauderFlash-main>