Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.3 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.3 KB

re-natal-esp32control-app

A Clojure library designed to control car over BLE connection.

image

If you want to make simillar application, setup memo may help you.

If you want reference how to release this app, release memo may help you.

Usage

Install dependencies. (Using yarn causes production build error at app:bundleReleaseJsAndAssets.)

npm install

If you want to develop with using figwheel.

adb reverse tcp:8081 tcp:8081
adb reverse tcp:3449 tcp:3449
lein figwheel android

For linux.

react-native start

Connect your android device to pc and execute the following command to run application on android.

react-native run-android

License

Copyright © 2017 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

References