diff --git a/README.md b/README.md index b9f3789..fdf3876 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/automato_helloWorld/automato_helloWorld.ino b/example-sketches/automato_helloWorld/automato_helloWorld.ino similarity index 100% rename from automato_helloWorld/automato_helloWorld.ino rename to example-sketches/automato_helloWorld/automato_helloWorld.ino diff --git a/automato_helloWorld_lora_client/automato_helloWorld_lora_client.ino b/example-sketches/automato_helloWorld_lora_client/automato_helloWorld_lora_client.ino similarity index 100% rename from automato_helloWorld_lora_client/automato_helloWorld_lora_client.ino rename to example-sketches/automato_helloWorld_lora_client/automato_helloWorld_lora_client.ino diff --git a/mesh/README.md b/example-sketches/mesh/README.md similarity index 100% rename from mesh/README.md rename to example-sketches/mesh/README.md diff --git a/mesh/rf95_mesh_client/rf95_mesh_client.ino b/example-sketches/mesh/rf95_mesh_client/rf95_mesh_client.ino similarity index 100% rename from mesh/rf95_mesh_client/rf95_mesh_client.ino rename to example-sketches/mesh/rf95_mesh_client/rf95_mesh_client.ino diff --git a/mesh/rf95_mesh_server1/rf95_mesh_server1.ino b/example-sketches/mesh/rf95_mesh_server1/rf95_mesh_server1.ino similarity index 100% rename from mesh/rf95_mesh_server1/rf95_mesh_server1.ino rename to example-sketches/mesh/rf95_mesh_server1/rf95_mesh_server1.ino diff --git a/ns.sh b/ns.sh deleted file mode 100755 index f580d4a..0000000 --- a/ns.sh +++ /dev/null @@ -1,4 +0,0 @@ -# use this to make the esp32 compiler work on nixos. -# $ ./ns.sh -# $ arduino -nix-shell https://github.com/nix-community/nix-environments/archive/master.tar.gz -A arduino diff --git a/package_automato_index.json b/package_automato_index.json index d55e148..2efc99c 100644 --- a/package_automato_index.json +++ b/package_automato_index.json @@ -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" } @@ -367,4 +361,4 @@ ] } ] -} \ No newline at end of file +}