|
270 | 270 | "erc": { |
271 | 271 | "erc_exclusions": [ |
272 | 272 | [ |
273 | | - "multiple_net_names|4572000|393700|dd78c255-cca9-4765-a944-e9392d10246b|a775844a-5488-4860-a727-0cd3dbb2683c|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c", |
| 273 | + "multiple_net_names|4572000|393700|4c4dea2f-08e6-485d-98e7-7adc7024bbb7|155b6dbc-67eb-4450-8da6-e70c55a94478|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c", |
274 | 274 | "" |
275 | 275 | ], |
276 | 276 | [ |
277 | | - "multiple_net_names|863600|1397000|a895e22a-eaed-47f6-96ed-7889a347109c|af31ba7e-a404-4fb9-bfd5-5cd73e04e2f3|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c", |
| 277 | + "multiple_net_names|863600|1397000|ca7a9af1-d796-44f4-bb67-65163ec04217|af31ba7e-a404-4fb9-bfd5-5cd73e04e2f3|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c", |
278 | 278 | "" |
279 | 279 | ] |
280 | 280 | ], |
|
527 | 527 | { |
528 | 528 | "name": "50_IMP", |
529 | 529 | "pcb_color": "rgba(0, 0, 0, 0.000)", |
530 | | - "priority": 0, |
| 530 | + "priority": 1, |
531 | 531 | "schematic_color": "rgb(0, 0, 194)" |
532 | 532 | }, |
533 | 533 | { |
534 | 534 | "name": "ESP_SPI", |
535 | 535 | "pcb_color": "rgba(0, 0, 0, 0.000)", |
536 | | - "priority": 2, |
| 536 | + "priority": 3, |
| 537 | + "schematic_color": "rgb(0, 132, 132)" |
| 538 | + }, |
| 539 | + { |
| 540 | + "name": "ESP_SPI2", |
| 541 | + "pcb_color": "rgba(0, 0, 0, 0.000)", |
| 542 | + "priority": 0, |
537 | 543 | "schematic_color": "rgb(0, 132, 132)" |
538 | 544 | }, |
539 | 545 | { |
540 | 546 | "name": "ESP_UART", |
541 | 547 | "pcb_color": "rgba(0, 0, 0, 0.000)", |
542 | | - "priority": 1, |
| 548 | + "priority": 2, |
543 | 549 | "schematic_color": "rgb(0, 132, 132)" |
544 | 550 | }, |
545 | 551 | { |
546 | 552 | "name": "Ground", |
547 | 553 | "pcb_color": "rgba(0, 0, 0, 0.000)", |
548 | | - "priority": 3, |
| 554 | + "priority": 4, |
549 | 555 | "schematic_color": "rgb(0, 0, 0)" |
550 | 556 | }, |
551 | 557 | { |
552 | 558 | "name": "Power", |
553 | 559 | "pcb_color": "rgba(0, 0, 0, 0.000)", |
554 | | - "priority": 4, |
| 560 | + "priority": 5, |
555 | 561 | "schematic_color": "rgb(194, 0, 0)" |
556 | 562 | }, |
557 | 563 | { |
558 | 564 | "diff_pair_gap": 0.1, |
559 | 565 | "diff_pair_width": 0.18, |
560 | 566 | "name": "USB_Data", |
561 | 567 | "pcb_color": "rgba(0, 0, 0, 0.000)", |
562 | | - "priority": 5, |
| 568 | + "priority": 6, |
563 | 569 | "schematic_color": "rgb(132, 0, 132)" |
564 | 570 | } |
565 | 571 | ], |
|
589 | 595 | "/ESP_FLASH_WP": [ |
590 | 596 | "ESP_SPI" |
591 | 597 | ], |
| 598 | + "/ESP_SPI2_CLK": [ |
| 599 | + "ESP_SPI2" |
| 600 | + ], |
| 601 | + "/ESP_SPI2_MISO": [ |
| 602 | + "ESP_SPI2" |
| 603 | + ], |
| 604 | + "/ESP_SPI2_MOSI": [ |
| 605 | + "ESP_SPI2" |
| 606 | + ], |
592 | 607 | "/ESP_SPI_CLK": [ |
593 | 608 | "ESP_SPI" |
594 | 609 | ], |
|
0 commit comments