BigW Consortium Gitlab

Commit 5d77a005 by David Frey

Remove MANGOH_BATTERY_SERVICE_SUPPORTED hacks

WP85/75 release 16 properly supports the battery service, so the #if statement in the SDEF can be removed and the battery service can be included for the mangOH Red regardless of which module is being used.
parent 0b06a073
......@@ -43,9 +43,7 @@ apps:
*/
//$MANGOH_ROOT/apps/LocationTriangulation/locationTriangulation
$MANGOH_ROOT/apps/DataPushTest/dataPushTest
#if ${MANGOH_BATTERY_SERVICE_SUPPORTED} = 1
$MANGOH_ROOT/apps/BatteryService/batteryService
#endif // MANGOH_BATTERY_SERVICE_SUPPORTED
#elif ${MANGOH_BOARD} = GREEN
$MANGOH_ROOT/apps/GpioExpander/gpioExpanderService/gpioExpanderServiceGreen
$MANGOH_ROOT/apps/MuxControl/muxCtrlService/muxCtrlService
......
......@@ -9,8 +9,6 @@
buildVars:
{
MANGOH_BATTERY_SERVICE_SUPPORTED = 1
MANGOH_SUPPORT_MT7697_WIFI = 1
/*
......
......@@ -10,12 +10,6 @@
buildVars:
{
/*
* The battery service can't be enabled on 9x15 until the power supply kernel fix lands in an
* official release.
*/
MANGOH_BATTERY_SERVICE_SUPPORTED = 0
/*
* mt7697 wifi can't be supported on the 9x15 based modules until the mac80211 and cfg80211
* change lands in an official release.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment