-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello,
Fantastic. I normally program on Windows, and have not had an issue yet with your library.
However, i recently setup CI
for a new project/client - using this lib for the HID
application and i ran into an issue.
In file included from .pio/libdeps/esp32s3_fancy_display/esp32-usb-v2/src/usb_keyboard.hpp:3,
from lib/FancyDisplay/src/io/usb/local_keyboard.hpp:5,
from src/main.cpp:6:
.pio/libdeps/esp32s3_fancy_display/esp32-usb-v2/src/usb_hid.hpp:86:102: error: 'void tud_hid_report_complete_cb(uint8_t, const uint8_t*, uint8_t)' should have been declared inside '::'
friend void ::tud_hid_report_complete_cb(uint8_t instance, uint8_t const* report, uint8_t len);
^
*** [.pio/build/esp32s3_fancy_display/src/main.cpp.o] Error 1
========================= [FAILED] Took 54.05 seconds =========================
This error only occurs within the github action
runner. On my home machine (windows 10) the project builds and runs perfectly fine.
Metadata
Metadata
Assignees
Labels
No labels