I am running the following:
Kali Linux 2025.1
Arduino 2.3.8
"Arduino ESP32 2.0.18-arduino.5" board
DFRobot_LoraWAN_ESP32 1.0.0 library
When I run compile on the LoraSend.ino sample, I get the following error:
In file included from /home/bob/Arduino/libraries/DFRobot_LoRaWAN_ESP32S3-master/examples/DFRobot_LoRaRadio/01.LoRaSend/01.LoRaSend.ino:12:
/home/bob/Arduino/libraries/DFRobot_LoRaWAN_ESP32S3-master/src/DFRobot_LoRaRadio.h:15:10: fatal error: external\DFRobot_GDL_LW\src\DFRobot_GDL_LW.h: No such file or directory
15 | #include "external\DFRobot_GDL_LW\src\DFRobot_GDL_LW.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
Line 15 in /home/bob/Arduino/libraries/DFRobot_LoRaWAN_ESP32S3-master/src/DFRobot_LoRaRadio.h has
#include "external\DFRobot_GDL_LW\src\DFRobot_GDL_LW.h"
What should it be?
I am running the following:
Kali Linux 2025.1
Arduino 2.3.8
"Arduino ESP32 2.0.18-arduino.5" board
DFRobot_LoraWAN_ESP32 1.0.0 library
When I run compile on the LoraSend.ino sample, I get the following error:
Compilation error: exit status 1
Line 15 in /home/bob/Arduino/libraries/DFRobot_LoRaWAN_ESP32S3-master/src/DFRobot_LoRaRadio.h has
#include "external\DFRobot_GDL_LW\src\DFRobot_GDL_LW.h"What should it be?