Fix build status message for nRF52

This commit is contained in:
Olivier
2025-12-24 17:37:31 +01:00
committed by GitHub
parent c3fc0ff413
commit bd94b61bed

View File

@@ -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' &&