Skip to content

Commit

Permalink
more information about frontend development
Browse files Browse the repository at this point in the history
  • Loading branch information
omersiar committed Aug 27, 2018
1 parent 351ed43 commit 0fbafea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
#### Changed
- [firmware] do not initialize serial output unless we are debugging
- [build] slice main.cpp to multiple parts for better readability
- [webui] Access Type Active to Always

## [0.8.0]
#### Breaking Changes
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ If you want to edit esp-rfid's Web UI you will need:

Gulp script also minifies HTML and JS files and compresses (gzip) them.

In order to test your changes without flashing the firmware you can launch websocket emulator which is included in tools directory.
* You will need to Node JS for websocket emulator.
* Run ```npm update``` to install dependencies
* Run emulator ```node wsemulator.js```
* then you will need to launch your browser with CORS disabled. Get more information here: https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome

### Pin Layout

The following table shows the typical pin layout used for connecting MFRC522 hardware to ESP:
Expand Down

0 comments on commit 0fbafea

Please sign in to comment.