adding OE5HWN_MeshCom
This commit is contained in:
parent
2380c731be
commit
bc1c810d65
|
|
@ -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
|
||||
|
|
@ -101,5 +101,9 @@
|
|||
#define BATTERY_PIN 1
|
||||
#endif
|
||||
|
||||
#if defined(OE5HWN_MeshCom)
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue