Skip to content

Commit

Permalink
Update TODOs and CI build exclusion list for ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-maker committed Jan 3, 2025
1 parent 6fc8881 commit d383074
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/.ci_scripts/Arduino-ESP32-excludes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# TODO: Add the following examples to the CI test suite
#
# ToDo: Update both examples to be buildable for ESP32
./examples/PassiveNode/PassiveNode.ino
./examples/UVSensor/UVSensor.ino

# ToDo: Check the following examples for include to the CI build
./examples/BatteryPoweredSensor/BatteryPoweredSensor.ino
./examples/BinarySwitchSleepSensor/BinarySwitchSleepSensor.ino
./examples/CO2Sensor/CO2Sensor.ino
Expand All @@ -13,9 +16,8 @@
./examples/PassiveNode/PassiveNode.ino
./examples/MotionSensorRS485/MotionSensorRS485.ino
./examples/SoilMoistSensor/SoilMoistSensor.ino
#
# Exclude the following example sketches from the CI test suite
#

# Exclude the following example sketches from the CI build
./examples/GatewaySerialRS485/GatewaySerialRS485.ino
./examples/GatewayW5100/GatewayW5100.ino
./examples/GatewayW5100MQTTClient/GatewayW5100MQTTClient.ino
Expand Down

0 comments on commit d383074

Please sign in to comment.