我正在编写一个esp32-wroom-32使用esp-idf-v3.0.
我正在尝试添加日志,这些日志将保存在 fatfs 中。
经过一些日志后,我得到:
21:54:21.306 -> Debug exception reason: Stack canary watchpoint triggered (main)
21:54:21.306 -> Register dump:
21:54:21.306 -> PC : 0x40089827 PS : 0x00060b36 A0 : 0x40082179 A1 : 0x3ffd3860
21:54:21.340 -> A2 : 0x3ff40000 A3 : 0x00000033 A4 : 0x00000033 A5 : 0x00000000
21:54:21.340 -> A6 : 0x00000024 A7 : 0xff000000 A8 : 0xe37fc000 A9 : 0x0000007e
21:54:21.340 -> A10 : 0x00000000 A11 : 0xffffffff A12 : 0x00000004 A13 : 0x00000001
21:54:21.340 …Run Code Online (Sandbox Code Playgroud) 我使用 MUI v4 并且有一个 RTL 主题(我放在direction: 'rtl'主题内部),它工作正常,直到我使用轮廓TextField- 由于某种原因,值本身是 RTL 对齐的,但标签附加top left在TextField.
我怎样才能将其更改为完全 RTL?