MelvinCou / The-translation

0 stars 0 forks source link

Create Basic Hardware Abstraction and Configuration #23

Open MisterPeModder opened 1 day ago

MisterPeModder commented 1 day ago

Added abstractions for:

Multi-threading: Use FreeRTOS tasks to pin the blocking task (http client) to core 1, while other tasks are pinned to core 0.

Added hardcoded configuration via TheTranslationConfig.hpp.

Also added fallback environment for basic ESP-32.