Skip to content

Commit 6dd9a96

Browse files
authored
Switch project from Arduino to PlatformIO (#52)
* Moved to platformio * Moved cad models and schematics under extras * Update README.md * Added .gitignore * Specify upload protocol * Refactor platformio.ini * Allow building igate mode from platformio file * Move images to extras * Update readme * Update readme * Use specific arduinoespressif version * Added ttgo-lora32-v1 * Rename file and update gitignore * Fix warnings * Update readme * Update readme * Do not send telemetry in igate mode and send battery level every minute
1 parent 487e437 commit 6dd9a96

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+62
-54
lines changed

.gitignore

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,2 @@
1-
# Prerequisites
2-
*.d
3-
4-
# Compiled Object files
5-
*.slo
6-
*.lo
7-
*.o
8-
*.obj
9-
10-
# Precompiled Headers
11-
*.gch
12-
*.pch
13-
14-
# Compiled Dynamic libraries
15-
*.so
16-
*.dylib
17-
*.dll
18-
19-
# Fortran module files
20-
*.mod
21-
*.smod
22-
23-
# Compiled Static libraries
24-
*.lai
25-
*.la
26-
*.a
27-
*.lib
28-
29-
# Executables
30-
*.exe
31-
*.out
32-
*.app
33-
*.log
1+
.pio
2+
.vscode

README.md

Lines changed: 7 additions & 13 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)