esptool-gui icon indicating copy to clipboard operation
esptool-gui copied to clipboard

ESP8266 ROM flasher GUI, based on esptool-ck

Results 6 esptool-gui issues
Sort by recently updated
recently updated
newest added

Many platforms use the nodemcu interface that controls entry to the ESP bootloader using DTR and RTS to drive the reset and GPIO0 (boot) pins. It would be awesome if...

``` mainwindow.cpp:25:52: error: ‘Baud256000’ is not a member of ‘QSerialPort’ ui->baudBox->addItem(QStringLiteral("256000"), QSerialPort::Baud256000); ^ mainwindow.cpp:26:52: error: ‘Baud460800’ is not a member of ‘QSerialPort’ ui->baudBox->addItem(QStringLiteral("460800"), QSerialPort::Baud460800); ^ mainwindow.cpp: At global scope: mainwindow.cpp:216:157:...

Please provide the AppImage for download on GitHub Releases, thanks. Possibly you might be interested in https://github.com/probonopd/uploadtool which simplifies this. Reference: AppImage/AppImageHub#15

There is no Makefile, so is there a way to build the binary from the command line? I know Windows/OSX guys likes to click, but to build software on linux...

On my ESP32, using different software in the ide , i need to assert the DTR line on the programmer serial port , then reset the ESP32 using the reset...

I'm trying to flash my ESP8266 Wifi-deauth board for flipper zero using UART. But I keep getting this error: ![image](https://github.com/user-attachments/assets/dc48b086-0fde-40a6-a930-a9f7511ed74c)