Skip to content

Commit

Permalink
Merge pull request #98 from Spirik/esp32-better-support
Browse files Browse the repository at this point in the history
Fix designated initializers for ESP32 compiler
  • Loading branch information
Spirik authored Jul 5, 2024
2 parents 8c95949 + 8ae1e1a commit 87c6018
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Menu created with GEM library comprises of three base elements:
Installation
------------

Library format is compatible with Arduino IDE 1.5.x+. There are two ways to install the library:
Library format is compatible with Arduino IDE 1.5.x+. There are number of ways to install the library:

- Download ZIP-archive directly from [Releases](https://github.com/Spirik/GEM/releases) section (or Master branch) and extract it into GEM folder inside your Library folder.
- Using Library Manager (since Arduino IDE 1.6.2): navigate to `Sketch > Include Library > Manage Libraries` inside your Arduino IDE and search for GEM library, then click `Install`. (Alternatively you can add previously downloaded ZIP through `Sketch > Include Library > Add .ZIP Library` menu).
Expand Down
Loading

0 comments on commit 87c6018

Please sign in to comment.