config.json 267 B

123456789101112
  1. {
  2. "target": "esp32s3",
  3. "builds": [
  4. {
  5. "name": "waveshare-s3-touch-amoled-1.75",
  6. "sdkconfig_append": [
  7. "CONFIG_USE_WECHAT_MESSAGE_STYLE=n",
  8. "CONFIG_USE_DEVICE_AEC=y"
  9. ]
  10. }
  11. ]
  12. }