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.
Add error handling and update build configurations
Modified compile-arduino-sketches.sh to include error messages on compilation failure. Updated build.yml to add new ones for STM32F1, ESP8266, and nRF5. Added Arduino-nRF5-excludes to exclude specific example sketches from compilation.
- Loading branch information
1 parent
f2fc9ce
commit 9c134a6
Showing
3 changed files
with
77 additions
and
1 deletion.
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,16 @@ | ||
./examples/BatteryPoweredSensor/BatteryPoweredSensor.ino | ||
./examples/CO2Sensor/CO2Sensor.ino | ||
./examples/DustSensorDSM/DustSensorDSM.ino | ||
./examples/GatewayESP8266/GatewayESP8266.ino | ||
./examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino | ||
./examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino | ||
./examples/GatewayGSMMQTTClient/GatewayGSMMQTTClient.ino | ||
./examples/GatewayESP8266OTA/GatewayESP8266OTA.ino | ||
./examples/GatewayESP32/GatewayESP32.ino | ||
./examples/GatewayESP32OTA/GatewayESP32OTA.ino | ||
./examples/GatewayESP32MQTTClient/GatewayESP32MQTTClient.ino | ||
./examples/GatewaySerialRS485/GatewaySerialRS485.ino | ||
./examples/GatewayW5100/GatewayW5100.ino | ||
./examples/GatewayW5100MQTTClient/GatewayW5100MQTTClient.ino | ||
./examples/MotionSensorRS485/MotionSensorRS485.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
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