You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board: ESP32 D1 Mini
Core Installation version: 1.0.5 rc2
IDE name: Arduino IDE 1.8.13
Flash Frequency: 80Mhz
PSRAM enabled: N/A
Upload Speed: 921600
Computer OS: macOS 10.15.7
Description:
I'm trying to compile a project in a directory that contains spaces in the path: /Users/joe/Dropbox/Dev/Arduino/libraries/TFT_eSPI-master/examples/320 x 240/TFT_Meters
This is a standard example that comes with the TFT_eSPI library and works fine with other cores like the ESP8266. Removing all spaces from the path causes the error to go away.
Sketch: [Any sketch will fail]
voidsetup() {}
voidloop() {}
Debug Messages:
bash -c "[ ! -f /Users/joe/Dropbox/Dev/Arduino/libraries/TFT_eSPI-master/examples/320 x 240/TFT_Meters/partitions.csv ] || cp -f /Users/joe/Dropbox/Dev/Arduino/libraries/TFT_eSPI-master/examples/320 x 240/TFT_Meters/partitions.csv /var/folders/97/nw96g6nn0k33z212yw4by4yr0000gn/T/arduino_build_953387/partitions.csv"
bash: line 0: [: too many arguments
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
exit status 64
The text was updated successfully, but these errors were encountered:
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Hardware:
Board: ESP32 D1 Mini
Core Installation version: 1.0.5 rc2
IDE name: Arduino IDE 1.8.13
Flash Frequency: 80Mhz
PSRAM enabled: N/A
Upload Speed: 921600
Computer OS: macOS 10.15.7
Description:
I'm trying to compile a project in a directory that contains spaces in the path:
/Users/joe/Dropbox/Dev/Arduino/libraries/TFT_eSPI-master/examples/320 x 240/TFT_Meters
This is a standard example that comes with the TFT_eSPI library and works fine with other cores like the ESP8266. Removing all spaces from the path causes the error to go away.
Sketch: [Any sketch will fail]
Debug Messages:
The text was updated successfully, but these errors were encountered: