Analysis
Arduino libraries always have a library.properties file. This project here is a arduino library. But its missing this file. This is causing general issues like arduino fully ignoring the library.
This is a known issue since 2023 but still unfixed: #50 (comment)
Because in this file the developer have to add his data, i do not create a PR with this file, because i do not know what data @NorthernMan54 want to put into the file.
Take a look here how the file should look like in general:
https://github.com/jgromes/RadioLib
Expected Behavior
Arduino library can be used with Arduino
Steps To Reproduce
git clone rtl_433_ESP into ~/Arduino/libraries/rtl_433_ESP and put
#include <rtl_433_ESP.h>
at the start of your .ino file.
Logs
Configuration
Environment
- OS: Linux
- Software: Arduino
Process Supervisor
not applicable
Additional Context
No response
Analysis
Arduino libraries always have a library.properties file. This project here is a arduino library. But its missing this file. This is causing general issues like arduino fully ignoring the library.
This is a known issue since 2023 but still unfixed: #50 (comment)
Because in this file the developer have to add his data, i do not create a PR with this file, because i do not know what data @NorthernMan54 want to put into the file.
Take a look here how the file should look like in general:
https://github.com/jgromes/RadioLib
Expected Behavior
Arduino library can be used with Arduino
Steps To Reproduce
git clone rtl_433_ESP into ~/Arduino/libraries/rtl_433_ESP and put
#include <rtl_433_ESP.h>
at the start of your .ino file.
Logs
Configuration
NoneEnvironment
Process Supervisor
not applicable
Additional Context
No response