Skip to content

Commit 16dc29a

Browse files
committed
MPAE-12074: Name change based on marketing request
1 parent 5e89d82 commit 16dc29a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.citd/Jenkinsfilek8s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ pipeline {
1616

1717
environment {
1818
GITHUB_OWNER = 'microchip-pic-avr-examples'
19-
GITHUB_URL ='https://github.com/microchip-pic-avr-examples/pic18f57q43-adc-read-mplab-mcc'
20-
BITBUCKET_URL = 'https://bitbucket.microchip.com/scm/ebe/pic18f57q43-adc-read-mplab-mcc.git'
19+
GITHUB_URL ='https://github.com/microchip-pic-avr-examples/pic18f57q43-analog-read-serial-write-mplab-mcc'
20+
BITBUCKET_URL = 'https://bitbucket.microchip.com/scm/ebe/pic18f57q43-analog-read-serial-write-mplab-mcc.git'
2121
SEMVER_REGEX = '^(0|[1-9]\\d*)+\\.(0|[1-9]\\d*)+\\.(0|[1-9]\\d*)+$'
2222
ARTIFACTORY_SERVER = 'https://artifacts.microchip.com:7999/artifactory'
2323
}

.main-meta/main.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"category": "com.microchip.ide.project",
44
"content": {
55
"metaDataVersion": "1.1.0",
6-
"name": "com.microchip.mcu8.mplabx.project.pic18f57q43-adc-read-mplab-mcc",
6+
"name": "com.microchip.mcu8.mplabx.project.pic18f57q43-analog-read-serial-write-mplab-mcc",
77
"version": " ",
8-
"displayName": "PIC18F57Q43 adc read mplab mcc",
9-
"projectName": "pic18f57q43-adc-read-mplab-mcc",
10-
"shortDescription": "This code example will use the ADC module to do an analog read and display on the curiosity HPC LEDs",
8+
"displayName": "Analog Read Serial Write",
9+
"projectName": "pic18f57q43-analog-read-serial-write-mplab-mcc",
10+
"shortDescription": "This code example uses the ADC module to do an analog read and display it using the Data Visualizer.",
1111
"ide": {
1212
"name": "MPLAB X",
1313
"semverRange": ">=5.45.0"

0 commit comments

Comments
 (0)