Skip to content

BUG: Moving Arduino IDE Sketchbooks folder breaks reference in Workshop4 #3

@michael9dk

Description

@michael9dk

Changing the location of Sketchbooks in Arduino IDE, will break the reference to GFX4dESP32 in Workshop4.
This is really annoying since all my code projects are located on a separate SSD-disk.

Compiling....
Arduino Ver2.x
D:\Dev\Embedded\4D\NoName1\NoName1.ino:5:10: fatal error: gfx4desp32_gen4_ESP32_50CT_CLB.h: No such file or directory
    5 | #include "gfx4desp32_gen4_ESP32_50CT_CLB.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Used platform Version Path
esp32:esp32   3.0.5   C:\Users\Admin\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.5
Error during build: exit status 1
Completed RC=1
Duration 00.00.03.898 

Issue:
Workshop4 is always using %username%\Documents\Arduino\libraries\GFX4dESP32

Solution:
Workshop4 should read Sketchbooks-path from Arduino IDE.

Workshop 4.9.0.9.
GFX4dESP32 1.1.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions