FreeCalypso > hg > fc-tourmaline
comparison scripts/config-headers.sh @ 294:e17bdedfbf2b
VIBR SWE initial implementation
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 27 Mar 2022 08:46:10 +0000 |
parents | ee04ca45053d |
children | 8dfdf88d632f |
comparison
equal
deleted
inserted
replaced
293:2d7d95e7f9c2 | 294:e17bdedfbf2b |
---|---|
109 if [ -z "$R2D_STATE" ] | 109 if [ -z "$R2D_STATE" ] |
110 then | 110 then |
111 R2D_STATE=1 | 111 R2D_STATE=1 |
112 fi | 112 fi |
113 export R2D_STATE | 113 export R2D_STATE |
114 | |
115 if [ -z "$VIBR_STATE" ] | |
116 then | |
117 VIBR_STATE=1 | |
118 fi | |
119 export VIBR_STATE | |
114 | 120 |
115 if [ -z "$R2D_EMBEDDED_LCD" ] | 121 if [ -z "$R2D_EMBEDDED_LCD" ] |
116 then | 122 then |
117 R2D_EMBEDDED_LCD=7 | 123 R2D_EMBEDDED_LCD=7 |
118 fi | 124 fi |