-
When I was using druid version 0.7.0, the code worked fine.
```
[dependencies]
druid = "0.7.0"
reqwest = { version = "0.11", features = ["blocking"] }
serde = { version = "1.0", features = […
-
i got a message while compiling the code on Arduino IDE.
`#include
#include
#include
#include
const uint64_t pipeIn = 0xE8E8F0F0E1LL; //pipe address must be same with transmitter
RF24 radi…
-
Currently the label-tag needs to be wrapped around the Radio-tag within the JSX-code. I think it would be preferable if one would to have the label-tag separated (and not wrapped around) and without t…
-
```
Description of new feature.
last.fm has a radio-station possibility: if you type:
http://www.last.fm/listen/artist/Kadril/similarartists
It should need to be possible to listen to all music on la…
-
## Summary
Feedback from Mark Holland KD0EE noticed that MorseRunner 1.81 does not have the same key assignments that N1MM+ uses. We are currently progressing on N1MM integration, however, we …
-
### CircuitPython version
```python
Adafruit CircuitPython 8.2.10 on 2024-02-14; Wemos Lolin C3 Mini with ESP32-C3FH4
```
### Code/REPL
```python
none
```
### Behavior
The board does not connec…
-
I am interested in receiving APRS data using RadioLib, however, I am struggling to figure out how to do so. The APRSClient only provides methods for sending packets, not receiving them.
I am using …
-
Hi, when I use field name with array I get this error
![Bildschirmfoto 2020-01-31 um 09 58 34](https://user-images.githubusercontent.com/25743047/73525864-4ec63700-4410-11ea-9029-16a959abc398.png)
…
-
### Bug Description
I am an admin on a small private server running the ATM9 modpack (latest version of adastra). I was looking to add/modify the list of radio stations to be more in line with person…
-
Here is the code for the sample app:
```
class App extends Component {
constructor() {
super();
this.state = {
selectedOption: 'one'
};
}
componentDidMount…