tinygo
tinygo copied to clipboard
Deprecation warnings when using tinygo flash
Hello! I just installed tinygo on arch linux and got the following deprecation warnings when flashing:
Warning: DEPRECATED: 'esptool.py' is deprecated. Please use 'esptool' instead. The '.py' suffix will be removed in a future major release.
Warning: Deprecated: Command 'write_flash' is deprecated. Use 'write-flash' instead.
Versions: Tinygo: 0.37.0 esptool: v5.0.2
For what it's worth, when I installed tinygo it complained that it could not find esptool.py. So I installed the esptool package. Now it works perfectly fine, but these warnings appear. I couldn't find any issue reporting this, so i though I might let you know.