Skip to content

missing library.properties file in the main directory #193

@serialrf433

Description

@serialrf433

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

None

Configuration

None

Environment

  • OS: Linux
  • Software: Arduino

Process Supervisor

not applicable

Additional Context

No response

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions