forked from mysensors/MySensors
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the `Arduino-ESP8266-excludes` file, several example sketches have been excluded from the CI test suite.
- Loading branch information
1 parent
c15a3bf
commit a2c0c46
Showing
2 changed files
with
40 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# TODO: Add the following examples to the CI test suite | ||
# | ||
./examples/BatteryPoweredSensor/BatteryPoweredSensor.ino | ||
./examples/CO2Sensor/CO2Sensor.ino | ||
./examples/DustSensorDSM/DustSensorDSM.ino | ||
./examples/MotionSensorRS485/MotionSensorRS485.ino | ||
./examples/SoilMoistSensor/SoilMoistSensor.ino | ||
# | ||
# Exclude the following example sketches from the CI test suite | ||
# | ||
./examples/GatewaySerialRS485/GatewaySerialRS485.ino | ||
./examples/GatewayW5100/GatewayW5100.ino | ||
./examples/GatewayW5100MQTTClient/GatewayW5100MQTTClient.ino | ||
./examples/GatewayGSMMQTTClient/GatewayGSMMQTTClient.ino | ||
./examples/GatewayESP32/GatewayESP32.ino | ||
./examples/GatewayESP32OTA/GatewayESP32OTA.ino | ||
./examples/GatewayESP32MQTTClient/GatewayESP32MQTTClient.ino | ||
./examples/SensebenderGatewaySerial/SensebenderGatewaySerial.ino |
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