brotherax_teletype/brotherax240_cntrl/platformio.ini

38 lines
774 B
INI
Raw Normal View History

2022-02-13 12:37:40 +00:00
; 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]
2022-02-13 12:37:40 +00:00
platform = ststm32
board = genericSTM32F103C8
framework = arduino
2022-02-13 13:28:10 +00:00
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
2022-02-13 13:28:10 +00:00
2022-02-13 12:37:40 +00:00
upload_protocol = serial
2022-02-13 13:28:10 +00:00
monitor_speed = 9200