Skip to content

Commit bb9efcc

Browse files
author
brentru
committed
#define pyportal in config.h for testing, remove uno, switch from titano to reg. pyportal
1 parent 0c9808a commit bb9efcc

File tree

28 files changed

+28
-29
lines changed

28 files changed

+28
-29
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
arduino-platform: ["esp8266", "esp32",
11-
"pyportal_titano", "metro_m4_airliftlite",
12-
"uno"]
11+
"pyportal", "metro_m4_airliftlite"]
1312

1413
runs-on: ubuntu-latest
1514

examples/adafruitio_00_publish/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// comment out the following lines if you are using fona or ethernet
3232
#include "AdafruitIO_WiFi.h"
3333

34-
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE)
34+
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE) || defined(ADAFRUIT_PYPORTAL)
3535
// Configure the pins used for the ESP32 connection
3636
#if !defined(SPIWIFI_SS) // if the wifi definition isnt in the board variant
3737
// Don't change the names of these #define's! they match the variant ones

examples/adafruitio_01_subscribe/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// comment out the following lines if you are using fona or ethernet
3232
#include "AdafruitIO_WiFi.h"
3333

34-
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE)
34+
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE) || defined(ADAFRUIT_PYPORTAL)
3535
// Configure the pins used for the ESP32 connection
3636
#if !defined(SPIWIFI_SS) // if the wifi definition isnt in the board variant
3737
// Don't change the names of these #define's! they match the variant ones

examples/adafruitio_02_pubsub/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// comment out the following lines if you are using fona or ethernet
3030
#include "AdafruitIO_WiFi.h"
3131

32-
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE)
32+
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE) || defined(ADAFRUIT_PYPORTAL)
3333
// Configure the pins used for the ESP32 connection
3434
#if !defined(SPIWIFI_SS) // if the wifi definition isnt in the board variant
3535
// Don't change the names of these #define's! they match the variant ones

examples/adafruitio_03_multiple_feeds/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// comment out the following lines if you are using fona or ethernet
3232
#include "AdafruitIO_WiFi.h"
3333

34-
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE)
34+
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE) || defined(ADAFRUIT_PYPORTAL)
3535
// Configure the pins used for the ESP32 connection
3636
#if !defined(SPIWIFI_SS) // if the wifi definition isnt in the board variant
3737
// Don't change the names of these #define's! they match the variant ones

examples/adafruitio_04_location/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// comment out the following lines if you are using fona or ethernet
3232
#include "AdafruitIO_WiFi.h"
3333

34-
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE)
34+
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE) || defined(ADAFRUIT_PYPORTAL)
3535
// Configure the pins used for the ESP32 connection
3636
#if !defined(SPIWIFI_SS) // if the wifi definition isnt in the board variant
3737
// Don't change the names of these #define's! they match the variant ones

examples/adafruitio_05_type_conversion/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// comment out the following lines if you are using fona or ethernet
3232
#include "AdafruitIO_WiFi.h"
3333

34-
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE)
34+
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE) || defined(ADAFRUIT_PYPORTAL)
3535
// Configure the pins used for the ESP32 connection
3636
#if !defined(SPIWIFI_SS) // if the wifi definition isnt in the board variant
3737
// Don't change the names of these #define's! they match the variant ones

examples/adafruitio_06_digital_in/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// comment out the following lines if you are using fona or ethernet
3232
#include "AdafruitIO_WiFi.h"
3333

34-
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE)
34+
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE) || defined(ADAFRUIT_PYPORTAL)
3535
// Configure the pins used for the ESP32 connection
3636
#if !defined(SPIWIFI_SS) // if the wifi definition isnt in the board variant
3737
// Don't change the names of these #define's! they match the variant ones

examples/adafruitio_07_digital_out/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// comment out the following lines if you are using fona or ethernet
3232
#include "AdafruitIO_WiFi.h"
3333

34-
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE)
34+
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE) || defined(ADAFRUIT_PYPORTAL)
3535
// Configure the pins used for the ESP32 connection
3636
#if !defined(SPIWIFI_SS) // if the wifi definition isnt in the board variant
3737
// Don't change the names of these #define's! they match the variant ones

examples/adafruitio_08_analog_in/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// comment out the following lines if you are using fona or ethernet
3232
#include "AdafruitIO_WiFi.h"
3333

34-
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE)
34+
#if defined(USE_AIRLIFT) || defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE) || defined(ADAFRUIT_PYPORTAL)
3535
// Configure the pins used for the ESP32 connection
3636
#if !defined(SPIWIFI_SS) // if the wifi definition isnt in the board variant
3737
// Don't change the names of these #define's! they match the variant ones

0 commit comments

Comments
 (0)