Replies: 2 comments 4 replies
-
The lazy option for now is to add this line in #define ARDUINO_HELTEC_WIRELESS_STICK_LITE_V3 There are some problems with the auto-select which are being resolved through #1106. In the next update of RadioLib (although that will probably take a while) this is likely going to be integrated instead of whatever is currently happening in |
Beta Was this translation helpful? Give feedback.
-
May i suggest to always use Arduino-ESP32 instead of anything from HelTec. There is a reason @ropg made an unofficial HelTec LoRa32 V3 library. Is it possible to add a note in the code base as general advice? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have problem with auto selecting mcu with my heltec board. I'm using starter lorawan example and on compile i'm getting "Unknown board - no automagic pinmap available". On 6.4.2 radiolib version I have this for my board "SX1262 radio = new Module(8, 14, 12, 13);" and if I add that to config.h it compiles. But in config.h there is section for Heltec wireless stick lite v3 board and it has other pinmap
How can I use auto selecting mcu for this board, do I need to set something in Arduino IDE or in my code? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions