acid-drop

- Hacking the planet from a LilyGo T-Deck using custom firmware
git clone git://git.acid.vegas/acid-drop.git
Log | Files | Refs | Archive | README | LICENSE

.gitignore (177B)

      1 # Arduino Library Development file
      2 .development
      3 
      4 # Atom
      5 *.tags
      6 *.tags1
      7 
      8 # Jetbrain IDEs
      9 .idea
     10 
     11 # Debug decoder
     12 extras/decoder/log.txt
     13 extras/decoder/out.txt
     14 
     15 # PlatformIO
     16 .pio*