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

Pull changes from Okra's fork #11

Closed
wants to merge 29 commits into from

Conversation

dmohns
Copy link
Member

@dmohns dmohns commented Feb 29, 2024

This Pull Request integrates all changes from the Okra fork after commit abc664143a986c80e4f3b01c14c0fce265e9d829 into this repo.

The merge has been a bit complicated, as merge conflicts where introduced by last PR's to this repo. See the final Merge commit for details.

Georg Lippitsch and others added 29 commits March 30, 2022 13:26
Instead of returning the raw modem value, convert the RSSI
to dBm. The API of getRSSI() changed to return int16_t.
Convert RSSI to dBm

See merge request okrasolar/firmware/cicada!25
Add SSL support for Espressif devices

See merge request okrasolar/firmware/cicada!27
Handle WIFI DISCONNECT differently

See merge request okrasolar/firmware/cicada!26
When using modem auto detect, the autodetector's task is added
to the scheduler's task list instead of the modem driver.
But the modem driver's delay was not forwarded to the autodetector,
so it always had a constant delay of 10ms between executing the
task's run method. This is fixed by updating the autodetector's
setDelay() from it's run() method.
Fix delay when using modem auto detect

See merge request okrasolar/firmware/cicada!28
Set it to Station mode only, instead of SoftAP+Station
Fix WiFi mode

See merge request okrasolar/firmware/cicada!29
The modem sometimes is not able to handle a command directly
after receiving data.
Add delay to SIM800 driver

See merge request okrasolar/firmware/cicada!30
Remove pointless buffer flush

See merge request okrasolar/firmware/cicada!31
Add suport for CC1352P7 Module

See merge request okrasolar/firmware/cicada!34
Refactor example

See merge request okrasolar/firmware/cicada!35
Remove pointless buffer flush also for Espressif

See merge request okrasolar/firmware/cicada!33
@dmohns dmohns requested a review from lippit February 29, 2024 11:08
@dmohns dmohns closed this Feb 29, 2024
@dmohns dmohns deleted the pull-changes-from-okra-fork-second-try branch February 29, 2024 15:21
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