Skip to content

Commit

Permalink
For command flash_id the option --no-stub was removed, because it was…
Browse files Browse the repository at this point in the history
… not working with ESP32-PICO-D4 module (#11)

Signed-off-by: Matthias Jentsch <[email protected]>
  • Loading branch information
MatthiasJentsch authored and AdrianSoundy committed Jul 15, 2018
1 parent 4babfa5 commit c5dfd3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EspFirmwareFlasher/EspTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ internal EspTool(string serialPort, int baudRate, string chipType, string flashM
Console.WriteLine($"Found {name} with MAC address {mac} and features {features}");

// execute flash_id command and parse the result
if (!RunEspTool("flash_id", true, false, null, out messages))
if (!RunEspTool("flash_id", false, false, null, out messages))
{
Console.WriteLine(messages);
return null;
Expand Down
4 changes: 2 additions & 2 deletions EspFirmwareFlasher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
Binary file modified EspFirmwareFlasher/Resources/esptool.zip
Binary file not shown.

0 comments on commit c5dfd3c

Please sign in to comment.