Files
Arduino-GSM-Chata/platformio.ini
T
Ondrej-Trochta 9f4b99064c modified: ../.gitignore
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
2024-04-19 00:02:29 +02:00

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