Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prebuilt binary release for Sonoff SV? #698

Closed
040medien opened this issue Mar 20, 2018 · 1 comment
Closed

prebuilt binary release for Sonoff SV? #698

040medien opened this issue Mar 20, 2018 · 1 comment
Milestone

Comments

@040medien
Copy link

Hi!

Would it be possible to add the Sonoff SV to the list of devices you automatically build a binary for?

Many thanks!

Frederik

@akasma74
Copy link

akasma74 commented Mar 21, 2018

I emailed Xose about a week ago about lack of the SV target.
You can add the following in your platform.ini:

[env:itead-sonoff-sv]
platform = ${common.platform}
framework = arduino
board = esp01_1m
board_flash_mode = dout
lib_deps = ${common.lib_deps}
lib_ignore = ${common.lib_ignore}
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_SV
monitor_baud = 115200
extra_scripts = ${common.extra_scripts}

It worked just fine for me, but the relay kept becoming unavailable and back available until it finally died several days later. Don't know why exactly it happened, nobody answered my questions here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants