mirror of
https://github.com/mysensors/MySensors.git
synced 2026-02-19 17:11:28 +01:00
Fix build status message for nRF52
This commit is contained in:
@@ -369,7 +369,7 @@ def buildESP32(config, sketches, String key) {
|
||||
|
||||
def buildnRF52(config, sketches, String key) {
|
||||
def fqbn = '--fqbn sandeepmistry:nRF5:Generic_nRF52832:softdevice=none,lfclk=lfxo'
|
||||
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (nRF5 - '+key+')', 'Building...', '${BUILD_URL}flowGraphTable/')
|
||||
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (nRF52 - '+key+')', 'Building...', '${BUILD_URL}flowGraphTable/')
|
||||
try {
|
||||
sketches.each { sketch ->
|
||||
if (sketch.path != config.library_root+'examples/BatteryPoweredSensor/BatteryPoweredSensor.ino' &&
|
||||
|
||||
Reference in New Issue
Block a user