Skip to content

why would lora try to start on heltec wifi lora v3 #667

Answered by BigDurl
BigDurl asked this question in Q&A
Discussion options

You must be logged in to vote

After messing around in the code for awhile I found that in include/screen.h on line 363 its:
Heltec.begin(true /*DisplayEnable Enable*/, true /*LoRa Disable*/, false /*Serial Enable*/);
when it's supposed to be:
Heltec.begin(true /*DisplayEnable Enable*/, false /*LoRa Enable*/, false /*Serial Enable*/);

Replies: 9 comments 11 replies

Comment options

You must be logged in to vote
1 reply
@rbergen
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@rbergen
Comment options

@BigDurl
Comment options

Answer selected by BigDurl
Comment options

You must be logged in to vote
1 reply
@rbergen
Comment options

Comment options

You must be logged in to vote
1 reply
@rbergen
Comment options

Comment options

You must be logged in to vote
1 reply
@BigDurl
Comment options

Comment options

You must be logged in to vote
5 replies
@BigDurl
Comment options

@rbergen
Comment options

@BigDurl
Comment options

@rbergen
Comment options

@BigDurl
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants