Use PlatformIO 4 default dir structure (#14879)

This commit is contained in:
Chris Pepper
2019-08-08 14:29:33 +01:00
committed by Scott Lahteine
parent 9624c90cfb
commit 2971b48a12
5 changed files with 9 additions and 11 deletions

View File

@ -17,7 +17,7 @@ def print_error(e):
print('\nUnable to find destination disk (' + e + ')\n' \
'Please select it in platformio.ini using the upload_port keyword ' \
'(https://docs.platformio.org/en/latest/projectconf/section_env_upload.html) ' \
'or copy the firmware (.pioenvs/' + env.get('PIOENV') + '/firmware.bin) manually to the appropriate disk\n')
'or copy the firmware (.pio/build/' + env.get('PIOENV') + '/firmware.bin) manually to the appropriate disk\n')
try:
if current_OS == 'Windows':