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

0.4.0 #36

Merged
merged 20 commits into from
Sep 9, 2024
Merged

0.4.0 #36

merged 20 commits into from
Sep 9, 2024

Conversation

andreock
Copy link
Member

@andreock andreock commented Sep 9, 2024

andreock and others added 20 commits July 4, 2024 12:37
- Remove all pages methods from GUI class
- Every page controls GUI independently
- Navigation contains GUI functions
- Some task controls GUI using navigation
- Remove also unwanted call set_current_page(this); in page code
Separate SX1276 MISO from SD card
Arduino Nano ESP32 doens't have enough pin to connect RST pin to SX1276 or use a separated SPI bus for SX1276
SX1276 in receive mode can't be stopped(even after a radio.sleep()) and always use SPI bus
We need to save raw record file on LittleFS(flash) and then copy to SD after the ESP restart(restart reset SX1276)
This is not necessary for transmission. After transmission SX1276 stop to use SPI bus
Disable temporanely battery monitor task, track issue here #34
@andreock andreock merged commit 9f2852d into main Sep 9, 2024
1 check 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.

1 participant