Skip to content

Commit 656366a

Browse files
authored
Merge pull request #2 from chronopoulos/main
v0.0.2
2 parents 153d4f6 + 67b4576 commit 656366a

File tree

8 files changed

+8
-17
lines changed

8 files changed

+8
-17
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Arduino boards package for Automato
33

44
## Installation Instructions
55
1. Install [arduino-esp32](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html)
6-
2. Add the [package index file](https://raw.githubusercontent.com/InterstitialTech/automato-arduino/main/package_automato_index.json)
6+
(IMPORTANT: Select version 1.0.6; 2.0.0 has known incompatibilities with the Automato package)
7+
2. Add the [package index file](https://raw.githubusercontent.com/chronopoulos/automato-arduino/main/package_automato_index.json)
78
to the Arduino IDE (File > Preferences > Additional Boards Manager URLs)
89
3. Open the boards manager (Tools > Board > Boards Manager), type "automato", and click Install
910
4. Confirm that it's working by compiling Blinky with the board set as "Automato Sensor Module"
File renamed without changes.

ns.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

package_automato_index.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,16 @@
99
{
1010
"name": "Automato Sensor Module (ESP32-based)",
1111
"architecture": "esp32",
12-
"version": "0.0.1",
12+
"version": "0.0.2",
1313
"category": "ESP32",
14-
"url": "https://github.com/InterstitialTech/automato-arduino/releases/download/v0.0.1-alpha/automato-0.0.1.zip",
15-
"archiveFileName": "automato-0.0.1.zip",
16-
"checksum": "SHA-256:36653090B57F72AD531BD92DBA616DF12813797E2008142F0683B44F77E7DA6F",
17-
"size": "51289424",
14+
"url": "https://github.com/chronopoulos/automato-arduino/releases/download/v0.0.2/automato-arduino_package-v0.0.2.zip",
15+
"archiveFileName": "automato-arduino_package-v0.0.2.zip",
16+
"checksum": "SHA-256:95359142570bef477bdeb72632accaeedb6dfe12e6488ff2d5716ad673b8e5ec",
17+
"size": "48378782",
1818
"help": {
1919
"online": ""
2020
},
2121
"boards": [
22-
{
23-
"name": "ESP32 Dev Module"
24-
},
25-
{
26-
"name": "ESP32 Wrover Module"
27-
},
2822
{
2923
"name": "Automato Sensor Module"
3024
}
@@ -367,4 +361,4 @@
367361
]
368362
}
369363
]
370-
}
364+
}

0 commit comments

Comments
 (0)