Skip to content

Commit be6de4c

Browse files
committed
Fix template
1 parent 30606e2 commit be6de4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasmota/include/tasmota_template.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ enum UserSelectablePins {
235235
#ifdef ESP32
236236
GPIO_HSDIO_CMD, GPIO_HSDIO_CLK, GPIO_HSDIO_RST, GPIO_HSDIO_D0, GPIO_HSDIO_D1, GPIO_HSDIO_D2, GPIO_HSDIO_D3, // Hosted MCU SDIO interface, including 1-bit and 4-bit modes
237237
#endif
238-
GPIO_MKSKYBLU_TX, GPIO_MKSKYBLU_RX, // MakeSkyBlue solar charge controller
239238
GPIO_VID6608_F, GPIO_VID6608_CW, // VID6608
239+
GPIO_MKSKYBLU_TX, GPIO_MKSKYBLU_RX, // MakeSkyBlue solar charge controller
240240
GPIO_SENSOR_END };
241241

242242
// Error as warning to rethink GPIO usage with max 2045
@@ -514,8 +514,8 @@ const char kSensorNames[] PROGMEM =
514514
#ifdef ESP32
515515
D_SENSOR_HSDIO_CMD "|" D_SENSOR_HSDIO_CLK "|" D_SENSOR_HSDIO_RST "|" D_SENSOR_HSDIO_D0 "|" D_SENSOR_HSDIO_D1 "|" D_SENSOR_HSDIO_D2 "|" D_SENSOR_HSDIO_D3 "|"
516516
#endif
517-
D_SENSOR_MKSKYBLU_TX "|" D_SENSOR_MKSKYBLU_RX "|"
518517
D_VID6608_F "|" D_VID6608_CW "|"
518+
D_SENSOR_MKSKYBLU_TX "|" D_SENSOR_MKSKYBLU_RX "|"
519519
;
520520

521521
const char kSensorNamesFixed[] PROGMEM =

0 commit comments

Comments
 (0)