Skip to content

Commit

Permalink
Fixed the issue where the software serial module appeared in the exte…
Browse files Browse the repository at this point in the history
…nsions of unsupported esp8266/32 boards
  • Loading branch information
zhengyangliu committed Dec 17, 2024
1 parent 3984f4c commit 46735d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/softwareSerialport/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ const softwareSerial = formatMessage => ({
}),
extensionId: 'softwareSerial',
version: '1.0.0',
supportDevice: ['arduinoUno', 'arduinoNano', 'arduinoLeonardo',
'arduinoMega2560', 'arduinoEsp32', 'arduinoEsp8266'],
supportDevice: ['arduinoUno', 'arduinoNano', 'arduinoLeonardo', 'arduinoMega2560'],
author: 'ArthurZheng',
iconURL: `assets/softwareSerial.png`,
description: formatMessage({
Expand Down

0 comments on commit 46735d0

Please sign in to comment.