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.
Updated build.yml to include STM32duino board manager URL. Modified arduino-cli commands to install STM32duino core. Added steps to compile STM32F1 sketches. Updated Arduino-STM32F1-excludes to exclude ESP8266/ESP32 examples.
- Loading branch information
1 parent
b7e63ec
commit 6e93195
Showing
2 changed files
with
48 additions
and
10 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,16 @@ | ||
./examples/GatewayESP8266/GatewayESP8266.ino | ||
./examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino | ||
./examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino | ||
./examples/GatewayESP8266OTA/GatewayESP8266OTA.ino | ||
./examples/GatewayESP32/GatewayESP32.ino | ||
./examples/GatewayESP32OTA/GatewayESP32OTA.ino | ||
./examples/GatewayESP32MQTTClient/GatewayESP32MQTTClient.ino | ||
./examples/SensebenderGatewaySerial/SensebenderGatewaySerial.ino | ||
|
||
# | ||
./examples/BatteryPoweredSensor/BatteryPoweredSensor.ino | ||
./examples/MotionSensorRS485/MotionSensorRS485.ino | ||
|
||
# | ||
./examples/GatewayGSMMQTTClient/GatewayGSMMQTTClient.ino | ||
./examples/GatewaySerialRS485/GatewaySerialRS485.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