I just released v3.1.010 OTA to ‘main’. Everyone gets it. Regards, Mark.
On Fri, Aug 31, 2018 at 08:36:54AM +0800, Mark Webb-Johnson wrote:
I just released v3.1.010 OTA to ‘main’. Everyone gets it.
After updating git to the latest 'master' and doing a build with the default config from vehicle/OVMS.V3/support/sdkconfig.default.hw31, I had to answer config questions for some new options that lack default values:
CONFIG_OVMS_HW_CONSOLE_QUEUE_SIZE=100 CONFIG_OVMS_HW_ASYNC_QUEUE_SIZE=100 CONFIG_OVMS_HW_EVENT_QUEUE_SIZE=20 CONFIG_OVMS_HW_NETMANAGER_QUEUE_SIZE=10 CONFIG_OVMS_HW_CAN_RX_QUEUE_SIZE=30 CONFIG_OVMS_HW_CAN_TX_QUEUE_SIZE=20 CONFIG_OVMS_VEHICLE_ZEVA= CONFIG_OVMS_VEHICLE_CAN_RX_QUEUE_SIZE=40
I was previously turning off bluetooth with the option < CONFIG_OVMS_COMP_BLUETOOTH= but that option has now disappeared; is that intentional?
Robin, It is generally ok to accept default. We try to make them sane. Our OVMS bluetooth component depends on the main ESP32 bluetooth setting. So our entire bluetooth stuff gets turned off if bluetooth support in ESP32 is disabled - you won’t even see the option to enable it. Regards, Mark.
On 11 Sep 2018, at 8:44 PM, Robin O'Leary <ovmsdev@caederus.org> wrote:
On Fri, Aug 31, 2018 at 08:36:54AM +0800, Mark Webb-Johnson wrote:
I just released v3.1.010 OTA to ‘main’. Everyone gets it.
After updating git to the latest 'master' and doing a build with the default config from vehicle/OVMS.V3/support/sdkconfig.default.hw31, I had to answer config questions for some new options that lack default values:
CONFIG_OVMS_HW_CONSOLE_QUEUE_SIZE=100 CONFIG_OVMS_HW_ASYNC_QUEUE_SIZE=100 CONFIG_OVMS_HW_EVENT_QUEUE_SIZE=20 CONFIG_OVMS_HW_NETMANAGER_QUEUE_SIZE=10 CONFIG_OVMS_HW_CAN_RX_QUEUE_SIZE=30 CONFIG_OVMS_HW_CAN_TX_QUEUE_SIZE=20 CONFIG_OVMS_VEHICLE_ZEVA= CONFIG_OVMS_VEHICLE_CAN_RX_QUEUE_SIZE=40
I was previously turning off bluetooth with the option < CONFIG_OVMS_COMP_BLUETOOTH= but that option has now disappeared; is that intentional? _______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
participants (2)
-
Mark Webb-Johnson -
Robin O'Leary