"node_modules/argparse/lib/help/formatter.js" did not exist on "d720458742c695dd1432f0b31bdf7d394379bf7d"
Commit 269b8b2f authored by Eric Duminil's avatar Eric Duminil
Browse files

It should compile again.

parent b52c675f
...@@ -18,7 +18,9 @@ namespace config { ...@@ -18,7 +18,9 @@ namespace config {
} }
#if defined(ESP8266) #if defined(ESP8266)
// ??? // For ESP8266 : RX on GPIO3, TX on GPIO1
//TODO: Really not sure it works
# define S8_UART_PORT 0
#endif #endif
#if defined(ESP32) #if defined(ESP32)
// For ESP32 : RX on GPIO17, TX on GPIO16 // For ESP32 : RX on GPIO17, TX on GPIO16
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment