Open usermicrodevices opened 7 years ago
Hi @usermicrodevices! Did you clone the IonDB repository or did you install the IonDB library from the IonDB Library Manager?
Hi @danaack! I copy IonDB to my esp32 SDK project directory. This is not Arduino IDE project, it is msys toolchain with esp32 SDK, any from https://github.com/espressif/esp-idf/tree/master/examples is same, i only append https://github.com/espressif/arduino-esp32 to "components" subdirectory. Now i put IonDB sources to near main cpp file, and get long list errors. main.zip
Hello, i copy IonDB to my esp32 arduino directory "components\arduino\libraries\IonDB", add include line #include "IonDB.h" or #include before #include "Arduino.h" or after,
but get error "main/example.h:12:19: fatal error: IonDB.h: No such file or directory",
if write full path, then not found other IonDB source files,
where i can get help for build with ESP32 FreeRTOS SDK?