Skip to content

Commit

Permalink
Merge pull request #3 from heumann-a/master
Browse files Browse the repository at this point in the history
Merge Fixes to special branches
  • Loading branch information
heumann-a authored Jan 14, 2024
2 parents dc5214b + 32aa725 commit 96e9315
Show file tree
Hide file tree
Showing 16 changed files with 92 additions and 254 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@

#Vscode
.Vscode
.pio/build/project.checksum
*.checksum
1 change: 0 additions & 1 deletion .pio/build/project.checksum

This file was deleted.

139 changes: 0 additions & 139 deletions .vscode/c_cpp_properties.json

This file was deleted.

7 changes: 0 additions & 7 deletions .vscode/extensions.json

This file was deleted.

34 changes: 0 additions & 34 deletions .vscode/launch.json

This file was deleted.

6 changes: 0 additions & 6 deletions .vscode/settings.json

This file was deleted.

26 changes: 0 additions & 26 deletions .vscode/tasks.json

This file was deleted.

20 changes: 13 additions & 7 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,22 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:wemos_d1_mini]
platform = espressif8266@2.6.3
[env]
platform = espressif8266@4.2.1
board = d1_mini
framework = arduino
upload_protocol = esptool
board_build.filesystem = littlefs
lib_deps =
[email protected]
[email protected]
[email protected]
https://github.com/tzapu/WiFiManager.git
fastled/FastLED@^3.6.0
arduino-libraries/NTPClient@^3.2.1
wnatth3/WiFiManager@^2.0.16-rc.2
bblanchon/ArduinoJson@^6.16.1
platform_packages =
board_build.f_cpu = 160000000L

[env:wemos_d1_mini]
upload_protocol = esptool

[env:wemos_d1_mini_ota]
upload_protocol = espota
upload_port = wortuhr.local
Loading

0 comments on commit 96e9315

Please sign in to comment.