Build flag issue with STM32WLx device #9425
Replies: 3 comments
-
@radiohound, Welcome to Meshtastic! 👋Thanks for opening your first issue. If it's helpful, an easy way If you have ideas for features, note that we often debate big ideas We're very active on discord, Welcome to the community! ❤️ |
Beta Was this translation helpful? Give feedback.
-
|
Have a look in the userprefs file - you'll see toggles there you can set :) |
Beta Was this translation helpful? Give feedback.
-
|
Ah, thank you, that worked. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to use build flags to set the region and modem preset in the platformio.ini for a STM32, CDEBYTE-E77-MBL board. For some reason, it is not using the build flags. I have tried:
-D REGION_US
-D LORA_PRESET_MEDIUM_FAST
as well as:
-DREGION_US
-DLORA_PRESET_MEDIUM_FAST
but neither are working for me. Setting these in meshtastic cli or the web client is not an option, because these do not save after reboot.
Am I using the correct build flags, or is there a list somewhere?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions