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 fork #10

Closed
wants to merge 34 commits into from
Closed

Conversation

dmohns
Copy link
Member

@dmohns dmohns commented Feb 29, 2024

No description provided.

Georg Lippitsch and others added 30 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 closed this Feb 29, 2024
@dmohns dmohns deleted the pull-changes-from-okra-fork branch February 29, 2024 11:09
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