The hardware profile I have created has the following header:
# TARGET DEVICE: Waveshare ESP32-C6 LCD 1.47" 172x320
# - Display Platform: st7789v
# - PSRAM: No
# - Touchscreen: None
# - Framework: ESP-IDF
# Name: Waveshare ESP32-C6 LCD 1.47"
# Resolution: 172x320
# Shape: rectangle
but still the editor (v1.0.0 RC3) adds a psram: block which makes the compiler fail and needs to be removed to get the generated code to compile.
The hardware profile I have created has the following header:
but still the editor (v1.0.0 RC3) adds a
psram:block which makes the compiler fail and needs to be removed to get the generated code to compile.