FreeRTOS / iot-reference-esp32

MIT License
79 stars 49 forks source link

Move OTA max data buffer number to project configurations. #99

Closed ActoryOu closed 3 months ago

ActoryOu commented 3 months ago

Move OTA max data buffer number to project configurations.

Description

As #96, #97, #98 describe, there are compile error messages with OTA demo enabled.

Test Steps

  1. idf.py menuconfig (Featured FreeRTOS IoT Integration -> Enable OTA demo -> check)
  2. idf.py build

Checklist:

Related Issue

96, #97, #98

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.