Hi everyone! Please tell me what could be the problem!
I tried deleting each of these libraries, it didn’t work.
Begin compiling code for the board DOIT ESP32 DEVKIT V1
/var/folders/b_/wz9nyffd4b78v0q52sp8j9vc0000gn/T/xod_temp_sketchbookT9wMrq/xod_1676622540266_sketch/xod_1676622540266_sketch.ino: In member function ‘void xod::xod__common_hardware__sd_log::Node<constant_input_CS>::evaluate(xod::xod__common_hardware__sd_log::Node<constant_input_CS>::Context)’:
/var/folders/b_/wz9nyffd4b78v0q52sp8j9vc0000gn/T/xod_temp_sketchbookT9wMrq/xod_1676622540266_sketch/xod_1676622540266_sketch.ino:4782:39: error: ‘O_WRITE’ was not declared in this scope
File file = SD.open(filename, O_WRITE | O_CREAT | O_APPEND);
^
/var/folders/b_/wz9nyffd4b78v0q52sp8j9vc0000gn/T/xod_temp_sketchbookT9wMrq/xod_1676622540266_sketch/xod_1676622540266_sketch.ino:4782:49: error: ‘O_CREAT’ was not declared in this scope
File file = SD.open(filename, O_WRITE | O_CREAT | O_APPEND);
^
/var/folders/b_/wz9nyffd4b78v0q52sp8j9vc0000gn/T/xod_temp_sketchbookT9wMrq/xod_1676622540266_sketch/xod_1676622540266_sketch.ino:4782:59: error: ‘O_APPEND’ was not declared in this scope
File file = SD.open(filename, O_WRITE | O_CREAT | O_APPEND);
^
Multiple libraries were found for “SD.h”
Used: /Users/pein/xod/packages/packages/esp32/hardware/esp32/1.0.6/libraries/SD
Not used: /var/folders/b_/wz9nyffd4b78v0q52sp8j9vc0000gn/T/xod_temp_sketchbookT9wMrq/libraries/SD
Error during build: exit status 1
Compilation failed
Command Process exited with code 1
The generated C++ code contains errors. It can be due to a bad node implementation or if your board is not compatible with XOD runtime code. The original compiler error message is above. Fix C++ errors to continue. If you believe it is a bug, report the problem to XOD developers.