Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-midolo committed Dec 21, 2023
2 parents 6b86e29 + d4ec782 commit 09eb794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example1/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ platform = native
platform = espressif32
board = heltec_wifi_kit_32_V3
framework = arduino
lib_deps = mauro-midolo/ESP32 Heltec OLED Logger@^1.3.9
lib_deps = mauro-midolo/ESP32 Heltec OLED Logger@^1.3.10
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name": "ESP32 Heltec OLED Logger", "version": "1.3.9", "description": "ESP32 Heltec OLED Logger: Streamline logging on the Heltec ESP32 platform with real-time display on OLED, enhancing debugging and monitoring for IoT projects.", "keywords": "ESP32, Heltec, OLED Display, Logger, Logging, Real-time Monitoring, IoT, Embedded Systems, Debugging, Sensor Data", "repository": {"type": "git", "url": "https://github.com/mauro-midolo/ESP32-heltec-oled-logger.git"}, "authors": [{"name": "Mauro Midolo", "email": "mauro.midolo@hotmail.com", "url": "https://www.mauromidolo.com"}], "license": "MIT", "homepage": "https://github.com/mauro-midolo/ESP32-heltec-oled-logger", "dependencies": {"heltecautomation/Heltec ESP32 Dev-Boards": "~1.1.2"}, "examples": [{"name": "Simple Print log", "base": "examples/example1", "files": ["platformio.ini", "src/example1.cpp"]}], "frameworks": "arduino", "platforms": "espressif32"}
{"name": "ESP32 Heltec OLED Logger", "version": "1.3.10", "description": "ESP32 Heltec OLED Logger: Streamline logging on the Heltec ESP32 platform with real-time display on OLED, enhancing debugging and monitoring for IoT projects.", "keywords": "ESP32, Heltec, OLED Display, Logger, Logging, Real-time Monitoring, IoT, Embedded Systems, Debugging, Sensor Data", "repository": {"type": "git", "url": "https://github.com/mauro-midolo/ESP32-heltec-oled-logger.git"}, "authors": [{"name": "Mauro Midolo", "email": "mauro.midolo@hotmail.com", "url": "https://www.mauromidolo.com"}], "license": "MIT", "homepage": "https://github.com/mauro-midolo/ESP32-heltec-oled-logger", "dependencies": {"heltecautomation/Heltec ESP32 Dev-Boards": "~1.1.2"}, "examples": [{"name": "Simple Print log", "base": "examples/example1", "files": ["platformio.ini", "src/example1.cpp"]}], "frameworks": "arduino", "platforms": "espressif32"}

0 comments on commit 09eb794

Please sign in to comment.