add matrix changes for brother ax-130 by sandro proske
This commit is contained in:
parent
9ae76d771b
commit
ef3917eaee
Binary file not shown.
Binary file not shown.
|
@ -9,13 +9,29 @@
|
|||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
|
||||
[env:genericSTM32F103C8]
|
||||
[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
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue