Removed old comment note for esp.file_download

This commit is contained in:
Fabio Manganiello 2020-01-20 15:41:24 +01:00
parent b484fcf9ed
commit f91fd00067
1 changed files with 0 additions and 1 deletions

View File

@ -1581,7 +1581,6 @@ print([b for b in os.urandom({size})])
def file_download(self, source: str, destination: str, timeout: Optional[float] = 60.0, **kwargs):
"""
Download a file from the board to the local machine.
NOTE: It only works with non-binary files.
:param source: Name or path of the file to download from the device.
:param destination: Target directory or path on the local machine.