From 12c3fff689e0d08d0d787c7a5c5063aeb7db8f47 Mon Sep 17 00:00:00 2001 From: Nav Date: Fri, 23 Apr 2021 22:38:13 +0100 Subject: [PATCH] Corrected comment --- src/ApplicationConfig.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ApplicationConfig.hpp b/src/ApplicationConfig.hpp index 624c9cd9..5389d8a1 100644 --- a/src/ApplicationConfig.hpp +++ b/src/ApplicationConfig.hpp @@ -26,7 +26,10 @@ namespace Bloom * When instances of these structs are passed to the appropriate entities, any configuration required by those * entities is extracted from the jsonObject member. This means we don't have to worry about any entity specific * config parameters at the application level. We can simply extract what we need at an entity level and the rest - * of the application can remain oblivious. For an example on extracting entity specific config, see AVR8::configure(). + * of the application can remain oblivious. For an example on extracting entity specific config, see + * AVR8::preActivationConfigure(). + * + * For more on project configuration, see Bloom documentation at https://bloom.oscillate.io/docs/configuration */ /**