-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't build M4 board at all - it doesn't have native networking, test is not useful, yet it fails on ArduinoCI for some unknown reason. Don't build ESP32 w/WiFi101.h examples, they are not designed to work. It was strange they actually worked before.
- Loading branch information
Showing
7 changed files
with
17 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ compile: | |
- due | ||
# - zero | ||
- leonardo | ||
- m4 | ||
- esp32 | ||
# - m4 | ||
# - esp32 | ||
# - esp8266 | ||
- mega2560 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ compile: | |
- due | ||
# - zero | ||
- leonardo | ||
- m4 | ||
- esp32 | ||
# - m4 | ||
# - esp32 | ||
# - esp8266 | ||
- mega2560 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ compile: | |
- due | ||
# - zero | ||
- leonardo | ||
- m4 | ||
- esp32 | ||
# - m4 | ||
# - esp32 | ||
# - esp8266 | ||
- mega2560 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
compile: | ||
# Choosing to run compilation tests on different Arduino platforms | ||
platforms: | ||
# Choosing to run compilation tests on different Arduino platforms | ||
platforms: | ||
- uno | ||
- due | ||
# - zero | ||
# - leonardo | ||
- m4 | ||
# - m4 | ||
# - esp32 | ||
# - esp8266 | ||
- mega2560 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
compile: | ||
# Choosing to run compilation tests on different Arduino platforms | ||
# Choosing to run compilation tests on different Arduino platforms | ||
platforms: | ||
- uno | ||
- due | ||
# - zero | ||
- leonardo | ||
- m4 | ||
# - m4 | ||
- esp32 | ||
# - esp8266 | ||
- mega2560 | ||
|
||
# Declaring Dependent Arduino Libraries (to be installed via the Arduino Library Manager) | ||
# Declaring Dependent Arduino Libraries (to be installed via the Arduino Library Manager) | ||
libraries: | ||
- "ArduinoJson" |