Skip to content

Commit

Permalink
v1.0.1: publishing new release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexCajas committed Oct 27, 2023
1 parent 74cc070 commit e61c4bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void TaskBlink(void *pvParameters)

* More examples in
~~~
~/.arduino15/packages/esp8266RTOS/hardware/esp8266RTOS/1.0.0/libraries/
~/.arduino15/packages/esp8266RTOS/hardware/esp8266RTOS/1.0.1/libraries/
~~~

![Online code generation tool](assets/img/examples.png)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "framework-arduinoespressifRTOS8266",
"description": "Arduino Wiring-based Framework (ESP8266 Core for RTOS)",
"url": "https://github.com/alexCajas/esp8266RTOSArduCore",
"version": "1.0.0"
"version": "1.0.1"
}
6 changes: 3 additions & 3 deletions package/package_esp8266RTOS_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
{
"name": "esp8266RTOS",
"architecture": "esp8266RTOS",
"version": "1.0.0",
"version": "1.0.1",
"category": "ESP8266RTOS",
"url": "https://github.com/alexCajas/esp8266RTOSArduCore/archive/refs/tags/v1.0.0.tar.gz",
"archiveFileName": "v1.0.0.tar.gz",
"url": "https://github.com/alexCajas/esp8266RTOSArduCore/archive/refs/tags/v1.0.1.tar.gz",
"archiveFileName": "v1.0.1.tar.gz",
"checksum": "SHA-256:ddb28602306604476405fee745e6ee8c5b8264c50c1684583be41cc72a63385e",
"size": "18700510",
"help": {
Expand Down
4 changes: 2 additions & 2 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# For more info:
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification

name=ESP8266 Boards RTOS (1.0.0)
version=1.0.0
name=ESP8266 Boards RTOS (1.0.1)
version=1.0.1

compiler.path={runtime.platform.path}/tools/
compiler.sdk.path={runtime.platform.path}/tools/sdk
Expand Down

0 comments on commit e61c4bd

Please sign in to comment.