Skip to content

Commit 8277732

Browse files
author
Emil Varughese
committed
Serial speed not displayed
Serial speed is not shown when Adafruit Huzzah board is selected.
1 parent 1252401 commit 8277732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockly/generators/arduino/boards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Blockly.Arduino.Boards.profiles.esp8266_huzzah = {
280280
pwmPins: [['2', '2']],
281281
serial: [['serial', 'Serial']],
282282
serialPins: { Serial: [['RX', 'RX'], ['TX', 'TX']] },
283-
serialSpeed: Blockly.Arduino.Boards.profiles.uno.serial,
283+
serialSpeed: Blockly.Arduino.Boards.profiles.uno.serialSpeed,
284284
spi: [['SPI', 'SPI']],
285285
spiPins: { SPI: [['MOSI', '13'], ['MISO', '12'], ['SCK', '14']] },
286286
spiClockDivide: Blockly.Arduino.Boards.profiles.uno.spiClockDivide,

0 commit comments

Comments
 (0)