Skip to content

Commit 783e17b

Browse files
authored
CI: Update Arduino boards (#1356)
1 parent 00ecdaa commit 783e17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/arduino.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ def parseWarnings(String key) {
2929
defaultEncoding: '',
3030
excludePattern: '''.*/EEPROM\\.h,.*/Dns\\.cpp,.*/socket\\.cpp,.*/util\\.h,.*/Servo\\.cpp,
3131
.*/Adafruit_NeoPixel\\.cpp,.*/UIPEthernet.*,.*/SoftwareSerial\\.cpp,
32-
.*/pins_arduino\\.h,.*/Stream\\.cpp,.*/USBCore\\.cpp,.*/Wire\\.cpp,
32+
.*/pins_arduino\\.h,.*/Stream\\.cpp,.*/USBCore\\.cpp,.*/libraries/Wire/.*,
3333
.*/hardware/STM32F1.*,.*/hardware/esp8266.*,.*/hardware/esp32.*,
34-
.*/libraries/SD/.*''',
34+
.*/libraries/SD/.*,.*/libraries/Ethernet/.*''',
3535

3636
healthy: '', includePattern: '', messagesPattern: '',
3737
parserConfigurations: [[parserName: 'Arduino/AVR', pattern: 'compiler_'+key+'.log']],

0 commit comments

Comments
 (0)