Upload speed menu has no entry for 74880

using arduino ide 2.3.2
using generic esp8266 module
software compiles with no errors
the board "sonoff t1" requires 74880 upload speed
i'm sure of this because i can upload the program using other methods
the upload speed menu does not have an entry for 74880
can this be modified to include this speed

I would try to add the baud rate to boards.txt. I have never done this so not sure if it works and the details of why there are two entries for a given baud rate. Make a backup of the original file !!

  • Close the IDE.
  • Find the boards.txt file.
  • Find the line generic.menu.baud.115200=115200 in that file. Add two line before that or after it
generic.menu.baud.74880=74880
generic.menu.baud.74880.upload.speed=74880
  • Close the file

what you described works for the 1.* ide
i tried that for this 2.3.2 and it doesn't work

2 years still not fixed

1 Like

At least the link presents a work around; does that work for you?

yes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.