By numerical evaluation, it seems that the following identity holds. For any odd positive integer $L$, $$\sum_{i=1}^{\lceil L/2\rceil}\frac{\binom{2i-2}{i-1}}{i}2^{-2i}=1/2-2^{-L-1}\binom{L}{(L-1)/2}.$$
I was trying to expand everything out but didn't have a good luck. I guess there should be a more clever way using some binomial identity.
Building on my comment, this identity can be proven by induction. (Though I feel like there is some interesting combinatorial argument here, given that the Catalan numbers are appearing in the sum.)
So we will prove the identity
$$\sum_{i=0}^{K}\frac{\binom{2i}{i}}{i+1}2^{2(K-i)}=2^{2K+1}-\binom{2K+1}{K}$$
by induction on $K$. For $K=0$, this is trivial as both sides are 1. Now suppose the statement holds for some $K\geq 0$. Then
$$\begin{align*} \sum_{i=0}^{K+1}\frac{\binom{2i}{i}}{i+1}2^{2(K+1-i)} &\stackrel{(a)}{=}2^2\sum_{i=0}^{K}\frac{\binom{2i}{i}}{i+1}2^{2(K-i)}+\frac{1}{K+2}\binom{2K+2}{K+1} \\&\stackrel{(b)}{=}2^2\left(2^{2K+1}-\binom{2K+1}{K}\right)+\frac{1}{K+2}\binom{2K+2}{K+1} \\&\stackrel{(c)}{=}2^{2(K+1)+1}-4\binom{2K+1}{K}+\frac{1}{K+2}\binom{2K+2}{K+1} \\&\stackrel{(d)}{=}2^{2(K+1)+1}-2\left(\binom{2K+1}{K}+\binom{2K+1}{K+1}\right)+\frac{1}{K+2}\binom{2K+2}{K+1} \\&\stackrel{(e)}{=}2^{2(K+1)+1}-\frac{2K+3}{K+2}\binom{2K+2}{K+1} \\&\stackrel{(f)}{=}2^{2(K+1)+1}-\binom{2(K+1)+1}{(K+1)+1} \end{align*}$$
where (a) follows from peeling off the last summand, (b) follows from pulling out a power of two and applying induction, (c) follows from distributing the power of 2, (d) follows from the identity $\binom{n}{k}=\binom{n}{n-k}$, (e) follows from the identity $\binom{n}{k}+\binom{n}{k+1}=\binom{n+1}{k+1}$, and (f) follows from the factorial definition of $\binom{n}{k}$.