Skip to content

Tags: webgps/makeEspArduino

Tags

4.20.0

Toggle 4.20.0's commit message
An installed version of esptool.py may be required

To cope with the constant change of the bundled esptool in esp8266/Arduino
makeEspArduino now require an installed version for some of the flashing
operations. If missing an error message will be shown.

4.19.2

Toggle 4.19.2's commit message
One more Python variable needed

4.19.1

Toggle 4.19.1's commit message
Change needed for Python3 path

Triggered by syntax change in Arduino config files

4.19.0

Toggle 4.19.0's commit message
OTA improvements and fix for esp32 board names

4.18.0

Toggle 4.18.0's commit message
Fix `ota` when password is empty. (plerup#113)

* Fix `ota` when password is empty.

* Let `espota.py` use its own defaults.

4.17.0

Toggle 4.17.0's commit message
Added support for ccache and user defined make rules

4.16.2

Toggle 4.16.2's commit message
Show flash info also in latest version of Arduino

4.16.1

Toggle 4.16.1's commit message
Some modifications for latest esptool handling

4.16.0

Toggle 4.16.0's commit message
Main output file names are now configurable

Fixed missing tabs in previous PR

4.15.3

Toggle 4.15.3's commit message
One more change needed for new lwip format

Avoid double slashes in file paths for Mac