Skip to content

Commit

Permalink
Cleanup platformio project
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed Aug 23, 2024
1 parent 4911462 commit 3955560
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
1 change: 1 addition & 0 deletions include/README → include/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Include

This directory is intended for project header files.

Expand Down
1 change: 1 addition & 0 deletions lib/README → lib/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Lib

This directory is intended for project specific (private) libraries.
PlatformIO will compile them to static libraries and link into executable file.
Expand Down
10 changes: 5 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ lib_deps =
fastled/FastLED@^3.7.3
build_unflags = -std=gnu++11
build_flags = -std=gnu++2a
upload_protocol = espota
upload_port = 192.168.20.197
upload_flags =
--auth=R.A.T.S.
--host_port=40042
; upload_protocol = espota
; upload_port = 192.168.1.42
; upload_flags =
; --auth=R.A.T.S.
; --host_port=40042
11 changes: 0 additions & 11 deletions test/README

This file was deleted.

0 comments on commit 3955560

Please sign in to comment.