tanner87661 / IoTTStick

This is the support repository for the IoTT Stick, port modules and hat devices
31 stars 16 forks source link

Make update.bat Linux compatible #27

Closed kschwi closed 2 years ago

kschwi commented 2 years ago

For the Windows version esptool.exe addresses the executable. The way update.bat is implemented esptool must be in the path. Removing the ".exe" extension makes the batch-file directly usable for Linux. Please remove ".exe"in a future version.

tanner87661 commented 2 years ago

Thanks for the info. I made the changes and next version should then work on Linux as well.