From bd94b61bed7db62ab714a789a7165ff290281c3a Mon Sep 17 00:00:00 2001 From: Olivier Date: Wed, 24 Dec 2025 17:37:31 +0100 Subject: [PATCH] Fix build status message for nRF52 --- .ci/arduino.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/arduino.groovy b/.ci/arduino.groovy index bc8cc734..da48e589 100644 --- a/.ci/arduino.groovy +++ b/.ci/arduino.groovy @@ -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' &&