Replies: 2 comments 2 replies
-
No, it is not possible to without some TasmoCompiler feature/board definition tinkering, but as you can see here, some features adds entries to platformio file. You can try to define your own feature {
name: 'jeroenst_feature',
value: true,
show: true,
description: 'stepFeaturesBluetoothDesc',
tooltip: 'stepFeaturesBluetoothTooltip',
platformio_entries: {
build_unflags: ['${env:tasmota32_base.build_unflags}', '-DBOARD_HAS_PSRAM'],
build_flags: ['${env:tasmota32.build_flags}', '-DDISABLE_PSRAMCHECK'],
},
custom: '',
boards: ['all'],
}, But I haven't tested it. I would rather suggest to compile your firmware using native platformio environment. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can an option NOPSRAM be added like this so it's selectable for all users? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to add a build flag so the compiler builds without PSRAM enabled causing relays to click on boot?
arendst/Tasmota#21282 (comment)
Beta Was this translation helpful? Give feedback.
All reactions