Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SimedruF/626e2d247d4251ff65d73c36323c6798 to your computer and use it in GitHub Desktop.
Save SimedruF/626e2d247d4251ff65d73c36323c6798 to your computer and use it in GitHub Desktop.
ATMega2560_WindowOpenReceiver_platformio.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: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