adding OE5HWN_MeshCom

This commit is contained in:
richonguzman 2024-01-23 21:11:52 -03:00
parent 2380c731be
commit bc1c810d65
2 changed files with 9 additions and 1 deletions

View File

@ -98,4 +98,8 @@ build_flags = ${esp32s3_base.build_flags}
[env:heltec_V3_GPS]
board = heltec_wifi_lora_32_V3
build_flags = -DHELTEC_V3_GPS
board_build.mcu = esp32s3
board_build.mcu = esp32s3
[env:OE5HWN_MeshCom]
board = esp32dev
build_flags = -Werror -Wall -DOE5HWN_MeshCom

View File

@ -101,5 +101,9 @@
#define BATTERY_PIN 1
#endif
#if defined(OE5HWN_MeshCom)
#endif
#endif