This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include_once('vendor/autoload.php'); | |
use ZBateson\MailMimeParser\Header\AddressHeader; | |
use ZBateson\MailMimeParser\MailMimeParser; | |
use ZBateson\MailMimeParser\Message\IMimePart; | |
const SMTP_RESP_220 = '220 localhost ESMTP PHP8.1 Ready'; | |
const SMTP_RESP_221 = '221 localhost ESMTP PHP8.1 Service closing transmission channel'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copyright @2019-2020 Heltec Automation.All rights reserved. | |
[CubeCell] Initializing ... | |
RLB_DBG: RadioLib Debug Info | |
RLB_DBG: Version: 6.5.0.0 | |
RLB_DBG: Platform: CubeCell | |
RLB_DBG: Compiled: Mar 29 2024 15:36:13 | |
RLB_SPI: CMDW 80 | |
RLB_SPI: SI 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(version 1) | |
#Kicad 7 | |
# 2-layer, 1oz copper | |
(rule "Minimum Trace Width (outer layer)" | |
(constraint track_width (min 5mil)) | |
(layer outer) | |
(condition "A.Type == 'track'")) | |
(rule "Minimum Trace Spacing (outer layer)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IO_LOC "clk" 52; | |
IO_PORT "clk" IO_TYPE=LVCMOS33 PULL_MODE=UP; | |
IO_LOC "uart_tx" 17; | |
IO_PORT "uart_tx" IO_TYPE=LVCMOS33; | |
IO_LOC "uart_rx" 18; | |
IO_PORT "uart_rx" IO_TYPE=LVCMOS33; |
OlderNewer