Created
March 20, 2022 14:10
-
-
Save SimedruF/626e2d247d4251ff65d73c36323c6798 to your computer and use it in GitHub Desktop.
ATMega2560_WindowOpenReceiver_platformio.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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:megaatmega2560] | |
platform = atmelavr | |
board = megaatmega2560 | |
framework = arduino | |
monitor_speed = 115200 | |
upload_port = COM11 | |
lib_deps = sui77/rc-switch@^2.6.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment