Skip to content

Commit

Permalink
fix: pro references
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed Nov 19, 2024
1 parent 0f64b47 commit 5406c95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/features/custom-title.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The `setTitle()` function is a method provided by the ElegantOTA Pro library. It
## Reference

```cpp
#include <ElegantOTA.h>
#include <ElegantOTAPro.h>

void setup() {
// Initialize the ElegantOTA library
Expand Down
2 changes: 1 addition & 1 deletion pages/features/firmware-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can set the firmware version for your device using the `ElegantOTA.setFWVers
## Reference

```cpp
#include <ElegantOTA.h>
#include <ElegantOTAPro.h>

void setup() {
// Initialize your hardware and other configurations here
Expand Down
2 changes: 1 addition & 1 deletion pages/features/hardware-id.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can set the hardware ID for your device using the `ElegantOTA.setID("xyz");`
## Reference

```cpp
#include <ElegantOTA.h>
#include <ElegantOTAPro.h>

void setup() {
// Initialize your hardware and other configurations here
Expand Down

0 comments on commit 5406c95

Please sign in to comment.