Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
riraosan committed Aug 31, 2022
1 parent d07ab39 commit c1fc734
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
15 changes: 10 additions & 5 deletions exsample/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ lib_deps =
FS
Wire
WiFi
;WiFiClient
EEPROM
ESPmDNS
WebServer
Update
DNSServer
HTTPClient
WiFiClientSecure
IotWebConf@2.3.3
Expand All @@ -68,10 +72,11 @@ lib_deps =
;https://github.com/wakwak-koba/ESP8266Audio.git ; modified by @wakwak-koba
;https://github.com/Links2004/arduinoWebSockets.git#2.3.6

https://github.com/riraosan/ESP_8_BIT_composite.git ;for ESP32_8BIT_CVBS
https://github.com/riraosan/ESP32_8BIT_CVBS.git
;https://github.com/riraosan/ESP_8_BIT_composite.git ;for ESP32_8BIT_CVBS
;https://github.com/riraosan/ESP32_8BIT_CVBS.git

https://github.com/bitbank2/AnimatedGIF.git#1.4.7
https://github.com/LennartHennigs/Button2.git
;https://github.com/bitbank2/AnimatedGIF.git#1.4.7
;https://github.com/LennartHennigs/Button2.git
https://github.com/bblanchon/ArduinoStreamUtils.git
https://github.com/bblanchon/ArduinoJson.git#v6.19.4
https://github.com/riraosan/ESP32MSGraph.git
10 changes: 10 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name=ESP32 Microsoft Graph
version=0.0.1
author=riraosan_0901
maintainer=riraosan_0901
sentence=This library provides an easy login process to AzureAD. I have also included a sample that displays Teams presence.
paragraph=I referred to his results. https://github.com/toblum/ESPTeamsPresence
category=Communication
url=https://github.com/riraosan/ESP32MSGraph
architectures=*
includes=ESP32MSGraph.h
2 changes: 0 additions & 2 deletions test/test_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ void setup() {

void loop() {
}
#else
#include "./00_basic/presence.ino"
#endif

0 comments on commit c1fc734

Please sign in to comment.