MickMake / Project-LoRaSMS

A simple project using an ESP32 and LoRa module. Send an SMS over 20kms without a mobile network.
83 stars 26 forks source link

How should rf95 be defined here? #3

Closed Can0f8eans closed 5 years ago

Can0f8eans commented 5 years ago

I keep getting this error in the code and many errors like it pertaining to the function rf95: "LoRaSMS_D2D:179:7: error: 'rf95' was not declared in this scope if (!rf95.setFrequency(RF95_FREQ))" How exactly should rf95 be defined here?