docs: correct inaccuracies across guides, references, and tutorials - #13
Open
sedawwk wants to merge 1 commit into
Open
docs: correct inaccuracies across guides, references, and tutorials#13sedawwk wants to merge 1 commit into
sedawwk wants to merge 1 commit into
Conversation
Fix factual errors in docs-site based on actual SDK behavior: - faq: RTC TCP client needs agent_token at connect; remove stale CONNECTION_REFRESH auto-refresh claim - dp-persistence: note that dump/restore omits RAW DPs; schema_id is immutable so no rewrite needed on schema update - ota-upgrade: report success before reboot; add esp_crt_bundle include, cert_bundle_attach field, and required iot_init() call - porting-to-new-platform: correct PAL_FR_TASK_STACK_WORDS size (6144 words ~= 24KB on 32-bit) - vad-and-interrupt: replace session_attrs_json with event_user_data_json/chatAttributes; document default VAD=true - iot-client: expand iot_client_process/publish return values (OPRT_INVALID_PARAMETER, OPRT_UNINITIALIZED, etc.) - openapi-activate: note pairing-result --poll for token verification - pair-by-ble: tuya_ble_nimble_stop() always returns 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix factual errors in docs-site based on actual SDK behavior: