brotherax_teletype/brotherax240_cntrl/platformio.ini

38 lines
774 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:BotherAX240]
platform = ststm32
board = genericSTM32F103C8
framework = arduino
build_flags =
-D HAVE_HWSERIAL1
-D BROTHERAX240
upload_protocol = serial
monitor_speed = 9200
[env:BotherAX130]
platform = ststm32
board = genericSTM32F103C8
framework = arduino
build_flags =
-D HAVE_HWSERIAL1
-D BROTHERAX130
-D PIN_COIL_SENSE=PA11
upload_protocol = serial
monitor_speed = 9200