nodemcu / nodemcu-flasher

A firmware Flash tool for nodemcu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baud rate issue

jm01alternet opened this issue · comments

The program seems to ignore the user baud rate setting..

Shouldn't the line in UnitFormMain.pas (around line 1004)

if (ComboBoxFlashBaudrate.Text = '') then

be

if (ComboBoxFlashBaudrate.Text <> '') then

Thanks for your great work

Yes, It is a bug. Very thanks your suggestion, I will fix it.