Skip to content

Commit

Permalink
Update LoRa.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
martinius96 authored Apr 13, 2024
1 parent b1ae7d4 commit b598fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Hladinomer/LoRa/LoRa.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//Water level monitor - ESP32 / ESP8266 / Arduino
//LoRa node for P2P communication
//LoRa node for P2P communication RFM9X (Semtech SX127X)
//Adjustable frequency 868, 915 or 433 MHz
//Receiver must do request to platform
//Receiver must parse packet and do request to the IoT platform via HTTP/HTTPS POST

#include <LoRa.h>
#include <NewPing.h>
Expand Down

0 comments on commit b598fbc

Please sign in to comment.