9f4b99064c
new file: ../.vscode/extensions.json deleted: ../LICENSE deleted: ../README.md new file: ../include/README new file: ../lib/README new file: ../platformio.ini new file: .theia/launch.json new file: Zabezpecovacka-GSM.cpp
16 lines
472 B
INI
16 lines
472 B
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:uno]
|
|
platform = atmelavr
|
|
board = uno
|
|
framework = arduino
|
|
lib_deps = arduino-libraries/Ethernet@^2.0.2
|