Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/electro/arduino-spatial-rgb/commit/9d3ccd83a999b7af97da7c531bd5947cb5c033f1?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
README.md
@ -5,7 +5,7 @@
- Arduino
- Arduino
- 3 sonars
- 3 sonars
- 3 colors in the spectrum
- 3 colors in the spectrum
- RGB led strip
- RGB LED strip
- Magic!
- Magic!
## Building
## Building
@ -13,7 +13,7 @@
To run this project, you need Arduino Pro Mini, or Nano (those $2 eBay clones will work perfectly).
To run this project, you need Arduino Pro Mini, or Nano (those $2 eBay clones will work perfectly).
You can also try to use a genuine Arduino, even larger (UNO), though I haven't tried that.
You can also try to use a genuine Arduino, even larger (UNO), though I haven't tried that.
To flash the firmware, run `make flash` . Adjustment the Makefile as needed. Naturally, you'll need
To flash the firmware, run `make flash` . Adjust the Makefile as needed. Naturally, you'll need
`avr-gcc` and `avrdude` installed (and Linux or OSX).
`avr-gcc` and `avrdude` installed (and Linux or OSX).
Make sure the correct Serial device is defined in the Makefile (`/dev/ttyUSB0` or other - it tends
Make sure the correct Serial device is defined in the Makefile (`/dev/ttyUSB0` or other - it tends