I'm using arduino-cli to try EspMath. I have no additional libraries installed and I see that EspMath does not declare dependencies in library.properties. I'm wondering what libraries I need.
john@blink:~/src/EspMath/examples/test_bench$ arduino-cli version
arduino-cli Version: 1.0.4 Commit: a0d912da Date: 2024-08-12T13:42:36Z
john@blink:~/src/EspMath/examples/test_bench$ arduino-cli core list
ID Installed Latest Name
esp32:esp32 3.0.5 3.0.5 esp32
Errors:
john@blink:~/src/EspMath/examples/test_bench$ arduino-cli compile -b esp32:esp32:um_tinys3 test_bench.ino
In file included from /home/john/src/EspMath/examples/test_bench/test_bench.ino:1:
/home/john/src/EspMath/examples/test_bench/test_bench.h:7:10: fatal error: esp_debug.h: No such file or directory
7 | #include "esp_debug.h"
| ^~~~~~~~~~~~~
compilation terminated.
Used library Version Path
EspMath 1.0.0 /home/john/src/EspMath
Used platform Version Path
esp32:esp32 3.0.5 /home/john/.arduino15/packages/esp32/hardware/esp32/3.0.5
Error during build: exit status 1
I'm using arduino-cli to try EspMath. I have no additional libraries installed and I see that EspMath does not declare dependencies in library.properties. I'm wondering what libraries I need.
Errors: