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
| #!/bin/bash | |
| # | |
| # Reject non-fastforward updates per branch | |
| # Place it at hooks/update and make it executable | |
| ref=$1 | |
| old=$2 | |
| new=$3 | |
| # Debug |
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
| INFO Successfully uploaded program. | |
| INFO Starting log output from /dev/ttyACM0 with baud rate 115200 | |
| [19:34:35]I (132) esp_image: segment 1: paddr=00021b3c vaddr=3fc92b00 size=03b48h ( 15176) load | |
| [19:34:35]I (136) esp_image: segment 2: paddr=0002568c vaddr=40374000 size=0a98ch ( 43404) load | |
| [19:34:35]I (148) esp_image: segment 3: paddr=00030020 vaddr=42000020 size=2db4ch (187212) map | |
| [19:34:35]I (182) esp_image: segment 4: paddr=0005db74 vaddr=4037e98c size=04148h ( 16712) load | |
| [19:34:35]I (192) boot: Loaded app from partition at offset 0x10000 | |
| [19:34:35]I (222) boot: Set actual ota_seq=1 in otadata[0] | |
| [19:34:35]I (222) boot: Disabling RNG early entropy source... | |
| [19:34:35]I (223) cpu_start: Multicore app |
OlderNewer