CubeCell-Arduino icon indicating copy to clipboard operation
CubeCell-Arduino copied to clipboard

Missing dependency for LoRaWan_APP.h when using PlatformIO

Open aimeeraymond opened this issue 2 years ago • 0 comments

I am trying to utilize PlatformIO for my IDE. I am able to compile my program in the Arduino IDE, but am not able to compile using PlatformIO (Visual Studio Code).

Code is: #include "LoRaWan_APP.h"

The error message is "cannot open source file "soc/rtc.h" (dependency of "LoRaWan_APP.h")"

This library, LoRaWan_APP, is not registered with PlatformIO, so I have added this line to the platformio.inf file: [lib_deps =] (https://github.com/HelTecAutomation/CubeCell-Arduino.git)

aimeeraymond avatar May 07 '22 00:05 aimeeraymond