LucidVR / lucidgloves

Arduino/ESP32 based DIY VR Haptic gloves. Compatible with SteamVR via OpenGloves.
MIT License
2.02k stars 258 forks source link

Error while compliling code Look at comment for log #68

Closed AikoKiss closed 2 years ago

AikoKiss commented 2 years ago

file included from C:\Users\AikoKiss\Downloads\Compressed\FlexiaGloves-main_2\FlexiaGloves-main\firmware\lucidgloves-firmware\lucidgloves-firmware.ino:3:0: HardwareConfig.hpp:14:1: error: 'LED' does not name a type LED led(PIN_LED); ^ C:\Users\AikoKiss\Downloads\Compressed\FlexiaGloves-main_2\FlexiaGloves-main\firmware\lucidgloves-firmware\lucidgloves-firmware.ino: In function 'void setup()': lucidgloves-firmware:77:3: error: 'led' was not declared in this scope led.setup(); ^ C:\Users\AikoKiss\Downloads\Compressed\FlexiaGloves-main_2\FlexiaGloves-main\firmware\lucidgloves-firmware\lucidgloves-firmware.ino: In function 'void loop()': lucidgloves-firmware:89:5: error: 'led' was not declared in this scope led.setState(LED::State::BLINK_STEADY); ^ lucidgloves-firmware:92:5: error: 'led' was not declared in this scope led.setState(LED::State::ON); ^ exit status 1 'LED' does not name a type

hardlite commented 2 years ago

This looks like a compiler issue with the Flexia firmware, yes? It would be more appropriate to add an issue to that fork's issue tracker.

danwillm commented 2 years ago

indeed, this looks to be an issue related to Exia's firmware. Hopefully you've got this sorted by now, but this isn't an issue to be had on the lucidgloves' repository.

Feel free to contact us on the discord server, or open an issue on Exia's firmware repository.