Initial commit.
This commit is contained in:
32
platformio.ini
Normal file
32
platformio.ini
Normal file
@@ -0,0 +1,32 @@
|
||||
; 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
|
||||
|
||||
[platformio]
|
||||
env_default = nanoatmega168
|
||||
|
||||
[env:pro8MHzatmega328]
|
||||
platform = atmelavr
|
||||
board = pro8MHzatmega328
|
||||
framework = arduino
|
||||
lib_deps = ArduinoJson, RadioHead, Adafruit SSD1306, Adafruit_GFX
|
||||
build_flags = -D WITH_DISPLAY
|
||||
|
||||
[env:nanoatmega168]
|
||||
platform = atmelavr
|
||||
board = nanoatmega168
|
||||
framework = arduino
|
||||
lib_deps = ArduinoJson, RadioHead
|
||||
|
||||
[env:nanoatmega328]
|
||||
platform = atmelavr
|
||||
board = nanoatmega328
|
||||
framework = arduino
|
||||
lib_deps = ArduinoJson, RadioHead, Adafruit SSD1306, Adafruit_GFX
|
||||
build_flags = -D WITH_DISPLAY
|
||||
Reference in New Issue
Block a user