config.json 216 B

1234567891011
  1. {
  2. "target": "esp32s3",
  3. "builds": [
  4. {
  5. "name": "esp32-s3-touch-lcd-3.5",
  6. "sdkconfig_append": [
  7. "CONFIG_USE_WECHAT_MESSAGE_STYLE=y"
  8. ]
  9. }
  10. ]
  11. }