Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
riraosan committed Oct 7, 2022
1 parent eb831a2 commit 8b73530
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ M5Stack ATOM Lite / MATRIX and M5Stack series

## How to build

//TODO
//TBD

## How to use

Expand Down
4 changes: 3 additions & 1 deletion example/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build_flags =
-std=gnu++14
-D CORE_DEBUG_LEVEL=4
-D CONFIG_ARDUHAL_LOG_COLORS
-D ENABLE_GPIO26
;-D ENABLE_GPIO26
-I example

build_unflags =
Expand Down Expand Up @@ -69,7 +69,9 @@ lib_deps =
WiFiClientSecure
Ticker
HTTPUpdate
WS2812FX@1.4.1
;from GitHub
;https://github.com/m5stack/M5StickC-Plus.git
;https://github.com/m5stack/M5Station.git
;https://github.com/m5stack/M5Atom.git
;https://github.com/FastLED/FastLED.git
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP32MSGraph
version=0.0.1
version=0.0.2
author=riraosan_0901
maintainer=riraosan_0901
sentence=This library provides an easy login process to AzureAD. I had also included a sample that displays Teams presence.
Expand Down

0 comments on commit 8b73530

Please sign in to comment.