From 5406c95b8d2bc27d4df0ce2ede3ec290a491d1ba Mon Sep 17 00:00:00 2001 From: Ayush Sharma Date: Wed, 20 Nov 2024 03:52:00 +0530 Subject: [PATCH] fix: pro references --- pages/features/custom-title.mdx | 2 +- pages/features/firmware-version.mdx | 2 +- pages/features/hardware-id.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/features/custom-title.mdx b/pages/features/custom-title.mdx index 68a575e..8f7f885 100644 --- a/pages/features/custom-title.mdx +++ b/pages/features/custom-title.mdx @@ -18,7 +18,7 @@ The `setTitle()` function is a method provided by the ElegantOTA Pro library. It ## Reference ```cpp -#include +#include void setup() { // Initialize the ElegantOTA library diff --git a/pages/features/firmware-version.mdx b/pages/features/firmware-version.mdx index 2059ac5..2d3a373 100644 --- a/pages/features/firmware-version.mdx +++ b/pages/features/firmware-version.mdx @@ -21,7 +21,7 @@ You can set the firmware version for your device using the `ElegantOTA.setFWVers ## Reference ```cpp -#include +#include void setup() { // Initialize your hardware and other configurations here diff --git a/pages/features/hardware-id.mdx b/pages/features/hardware-id.mdx index 7cf5753..b672cec 100644 --- a/pages/features/hardware-id.mdx +++ b/pages/features/hardware-id.mdx @@ -20,7 +20,7 @@ You can set the hardware ID for your device using the `ElegantOTA.setID("xyz");` ## Reference ```cpp -#include +#include void setup() { // Initialize your hardware and other configurations here