Device Names in PlatformIO example .inis are Inconsistent
In some example files, the pio device names for the default_envs variable are outdated. For example, TTGO T-Beam v1 in Basic-Ducks/MamaDuck. Make sure all device names in all PlatformIO files are up to date
@faradaym I can work on this.
should it be default_envs = local_ttgo_lora32_v1 instead of default_envs = local_ttgo_t_beam
@faradaym checking in if my understanding above is correct
@marhabac33 yes, that is correct!
@faradaym thank you for confirming. Please assign it to me. And I will have the PR up soon. Thanks
@faradaym https://github.com/ClusterDuck-Protocol/ClusterDuck-Protocol/pull/458 is up