Commit 269b8b2f authored by Eric Duminil's avatar Eric Duminil
Browse files

It should compile again.

parent b52c675f
Pipeline #6040 passed with stage
in 1 minute and 46 seconds
...@@ -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
......
Markdown is supported
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