Fixes for ME25LS01_4Y10TD and ESP32-PICO (#4522)

* Update platformio.ini

* Update variant.h

* Update architecture.h

* Update variant.h
This commit is contained in:
Mark Trevor Birss
2024-08-22 14:00:19 +02:00
committed by GitHub
parent 6ddee795d6
commit 1e655052fc
3 changed files with 6 additions and 6 deletions

View File

@@ -65,8 +65,8 @@
#define HW_VENDOR meshtastic_HardwareModel_WIO_WM1110
#elif defined(TRACKER_T1000_E)
#define HW_VENDOR meshtastic_HardwareModel_TRACKER_T1000_E
#elif defined(ME25LS01)
#define HW_VENDOR meshtastic_HardwareModel_ME25LS01
#elif defined(ME25LS01_4Y10TD)
#define HW_VENDOR meshtastic_HardwareModel_ME25LS01_4Y10TD
#elif defined(PRIVATE_HW) || defined(FEATHER_DIY)
#define HW_VENDOR meshtastic_HardwareModel_PRIVATE_HW
#else