Skip to content

Remove CloudSerial #172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: WiFi101
- name: WiFiNINA
- name: Arduino_MKRMEM
sketch-paths: '"examples/utility/Provisioning" "examples/utility/WiFi_Cloud_Blink"'
sketch-paths: '"examples/utility/Provisioning"'
# LoRaWAN boards
- board:
type: "wan"
Expand All @@ -83,8 +83,7 @@ jobs:
- name: ArduinoECCX08
- name: RTCZero
- name: MKRGSM
- name: Arduino_MKRMEM
sketch-paths: '"examples/utility/Provisioning" "examples/utility/GSM_Cloud_Blink"'
sketch-paths: '"examples/utility/Provisioning"'
# NB boards
- board:
type: "nb"
Expand All @@ -96,8 +95,7 @@ jobs:
- name: ArduinoECCX08
- name: RTCZero
- name: MKRNB
- name: Arduino_MKRMEM
sketch-paths: '"examples/utility/Provisioning" "examples/utility/NB_Cloud_Blink"'
sketch-paths: '"examples/utility/Provisioning"'
# ESP8266 boards
- board:
type: "esp8266"
Expand All @@ -106,7 +104,7 @@ jobs:
- name: esp8266:esp8266
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
libraries:
sketch-paths: '"examples/utility/WiFi_Cloud_Blink_with_security_credentials"'
sketch-paths:

steps:
- name: Checkout
Expand Down
76 changes: 0 additions & 76 deletions examples/utility/GSM_Cloud_Blink/GSM_Cloud_Blink.ino

This file was deleted.

19 changes: 0 additions & 19 deletions examples/utility/GSM_Cloud_Blink/arduino_secrets.h

This file was deleted.

76 changes: 0 additions & 76 deletions examples/utility/NB_Cloud_Blink/NB_Cloud_Blink.ino

This file was deleted.

4 changes: 0 additions & 4 deletions examples/utility/NB_Cloud_Blink/arduino_secrets.h

This file was deleted.

77 changes: 0 additions & 77 deletions examples/utility/WiFi_Cloud_Blink/WiFi_Cloud_Blink.ino

This file was deleted.

9 changes: 0 additions & 9 deletions examples/utility/WiFi_Cloud_Blink/arduino_secrets.h

This file was deleted.

This file was deleted.

Loading