mistake in example code

This commit is contained in:
Morgan Allen 2019-01-13 09:38:25 -08:00
parent 384b0ba8ee
commit fce02bf039
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ This is the most basic usage. Setting up the LoRa instance, setting it's receive
lora32_init(&lora);
lora32_send(&lora, "Hello, LoRa", 10);
lora32_send(&lora, "Hello, LoRa", 11);
```