Skip to content

Commit

Permalink
Added NodeMCU buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
chilipeppr committed Jan 11, 2016
1 parent 61aafb0 commit 6ef2d7e
Show file tree
Hide file tree
Showing 6 changed files with 601 additions and 10 deletions.
4 changes: 1 addition & 3 deletions bufferflow.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package main

import (
//"log"
//"time"
)

var availableBufferAlgorithms = []string{"default", "tinyg", "tinyg_old", "tinyg_linemode", "tinyg_tidmode", "tinygg2", "grbl", "marlin"}
var availableBufferAlgorithms = []string{"default", "timed", "nodemcu", "tinyg", "tinyg_old", "tinyg_linemode", "tinyg_tidmode", "tinygg2", "grbl", "marlin"}

//var availableBufferAlgorithms = []string{"default", "tinyg", "tinygg2", "dummypause", "grbl"}

Expand Down
Loading

0 comments on commit 6ef2d7e

Please sign in to comment.