Skip to content

Conversation

pull[bot]
Copy link

@pull pull bot commented Nov 3, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

WereCatf and others added 9 commits November 2, 2022 11:58
The original code assumes 100Hz FreeRTOS tick rate and just supplies vTaskDelay with the assumed number of ticks required for the wanted delay. This patch simply fixes it to use portTICK_PERIOD_MS, thereby working correctly regardless of what tick rate FreeRTOS has been configured to run at.
Fixed #7406 . The "reason2str" macro in WiFiGeneric.cpp tries to read memory from index "-1" in "system_event_reasons" array when handling STA_DISCONNECTED event with reason 0. Dealing with reason 0 as a reason 1 (WIFI_REASON_UNSPECIFIED) will solve the problem (the reason for this event to arrive with reason 0 is unknown). #7406
* Added OTA Event Handlers * Overrided verifyRollbackLater Method Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
* Update RMakerDevice.h Changer spelling of addTemprature * Update RMakerDevice.cpp Cahnge Spelling of add TempratureParam * Update README.md Update documentation addTemperatureParam
* added test for touch peripheral * removed cfg.json * pass test for unsupported chips * fixed condition * changed released value for S2 * add new chip error
@pull pull bot added the ⤵️ pull label Nov 3, 2022
@pull pull bot merged commit 1163e8a into Systemmatrix555:master Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

7 participants