ropg / heltec_esp32_lora_v3

Proper working Arduino library for the Heltec ESP32 LoRa v3 board, as well as for Wireless Stick v3 and Wireless Stick Lite v3. Uses RadioLib
MIT License
373 stars 22 forks source link

ESP32 Lora v3 spectrum scanner #21

Closed Aerostar666 closed 6 months ago

Aerostar666 commented 6 months ago

Hi, Sorry but I'm unable to find the file SX126x_patch_scan.h anywhere.

Is there a special place I should look into ?

Thanks :-)

Velocet commented 6 months ago

Can you please first describe your problem in a better way? When/Where it happens or even some log? This would help you to get a better answer :)

The file in question is part of RadioLib and could be found here: SX126x_patch_scan.h

GitHub also has a search feature: path:**/SX126x_patch_scan.h

Aerostar666 commented 6 months ago

Thank you for pointing the way :-) The file is simply not included in the various libraries in Arduino IDE. Even in the Radiolib library, this file seems to be missing. I'll try to add it manually. Thank you :-)

ropg commented 6 months ago

Ah, found the problem. My path in the code still had "Radiolib/" prefixed from when I included a fork of RadioLib. With that removed it finds the file in the proper RadioLib directory. Simply upgrade to 0.8.2 to get this fix.