Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deep sleep and example #189

Merged
merged 1 commit into from
May 2, 2024
Merged

Deep sleep and example #189

merged 1 commit into from
May 2, 2024

Conversation

sacua
Copy link
Contributor

@sacua sacua commented Apr 26, 2024

This PR makes the code more friendly so ESP device can go to deep sleep without have to rejoined if OTAA is used. For doing so, private variable were move to public.

sLoRa_OTAA OTAA_Data;

// Declare LoRA settings struct
sSettings LoRa_Settings;
sRFM_pins LoRa_Pins;
Copy link
Contributor Author

@sacua sacua Apr 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 126 was remove since this vairable was not used at all at any place in the code.

Copy link
Contributor

@REGIOIGER REGIOIGER left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@REGIOIGER REGIOIGER merged commit 5309766 into ElectronicCats:master May 2, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants