oluckyman / burattino-esp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Burattino

Initial Setup

When it all set up

Build and flash

make flash

Run

make flash monitor

To exit monitor Ctrl+]
To enter escape mode Ctrl+T <command>
Some of the commands in escape mode:

  • Restart Ctrl+R
  • Build and flash the project Ctrl+F
  • Build and flash the app only Ctrl+R
  • Display all keyboard shortcuts Ctrl+H

Configure

make menuconfig

For example, to set the writing speed faster

About


Languages

Language:C 98.1%Language:Makefile 1.9%