Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Arduino boards package for Automato

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

This file was deleted.

18 changes: 6 additions & 12 deletions package_automato_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,16 @@
{
"name": "Automato Sensor Module (ESP32-based)",
"architecture": "esp32",
"version": "0.0.1",
"version": "0.0.2",
"category": "ESP32",
"url": "https://github.com/InterstitialTech/automato-arduino/releases/download/v0.0.1-alpha/automato-0.0.1.zip",
"archiveFileName": "automato-0.0.1.zip",
"checksum": "SHA-256:36653090B57F72AD531BD92DBA616DF12813797E2008142F0683B44F77E7DA6F",
"size": "51289424",
"url": "https://github.com/chronopoulos/automato-arduino/releases/download/v0.0.2/automato-arduino_package-v0.0.2.zip",
"archiveFileName": "automato-arduino_package-v0.0.2.zip",
"checksum": "SHA-256:95359142570bef477bdeb72632accaeedb6dfe12e6488ff2d5716ad673b8e5ec",
"size": "48378782",
"help": {
"online": ""
},
"boards": [
{
"name": "ESP32 Dev Module"
},
{
"name": "ESP32 Wrover Module"
},
{
"name": "Automato Sensor Module"
}
Expand Down Expand Up @@ -367,4 +361,4 @@
]
}
]
}
}