[REPO REFACTOR]: changed to a better git repository structure with branches

This commit is contained in:
2025-11-01 04:40:25 +01:00
parent 48f68c0222
commit f71563739c
6 changed files with 2 additions and 50 deletions

27
platformio.ini Normal file
View File

@@ -0,0 +1,27 @@
; 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:pro8MHzatmega328]
platform = atmelavr
board = pro8MHzatmega328
framework = arduino
lib_deps =
mysensors/MySensors@^2.3.2
thomasfredericks/Bounce2@^2.72
adafruit/DHT sensor library@^1.4.6
[env:nanoatmega328new]
platform = atmelavr
board = nanoatmega328new
framework = arduino
lib_deps =
mysensors/MySensors@^2.3.2
thomasfredericks/Bounce2@^2.72
adafruit/DHT sensor library@^1.4.6