Created
February 26, 2016 00:27
-
-
Save maks/14b4a6d33a083c9c5515 to your computer and use it in GitHub Desktop.
esprino on esp8266 notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from espruino Gitter char: | |
| ./esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_freq 80m --flash_mode qio --flash_size 32m 0x0000 "boot_v1.4(b1).bin" 0x1000 espruino_esp8266_user1.bin 0x37E000 blank.bin | |
| this is the command that I used til now | |
| MaBecker 02:25 | |
| no - follow this link http://www.espruino.com/Download | |
| your command is fine | |
| HyGy 02:25 | |
| but there is just one ESP file in the zip | |
| MaBecker 02:26 | |
| download the zip file, unzip it and untar the esp file, in that dir you will find all the files you are used to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
I'm very intrested by your version. I prefer it than the C# one because i'm on linux.
But Can I help to put in your version the TOTP mangement ? It's very intresting thing :)