-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Build firmware.bin #279
Comments
Take a look at the wiki. Read through the "Getting Started" section. It will
probably answer your questions.
|
You can use the Arduino IDE: Sketch, Export Compiled Binary. |
Thanks, I missed it! |
look at the getting started section in the wiki, you are missing libraries that you need to install |
Thanks, I look after it! |
It works, thanks! |
3.2.11 20170126 * Add confirmation before Restart via webpage * Fix possible ESP8285 flash problem by updating Flash Chip Mode to DOUT during web upload * Fix LedPower status after button press (arendst#279)
3.2.12 20170126 * Add command Sleep 0 - 250 mSec for optional light sleep mode to lower energy consumption (arendst#272) * (Expect overall button/key/switch misses and wrong values on Sonoff Pow) * Add Hue brightness extension (arendst#281) * * 3.2.11 20170126 * Add confirmation before Restart via webpage * Fix possible ESP8285 flash problem by updating Flash Chip Mode to DOUT during web upload * Fix LedPower status after button press (arendst#279)
3.9.3 20170127 * Add confirmation before Restart via webpage * Expand Domoticz Configuration webpage with Key, Switch and Sensor Index and * add commands DomoticzSwitchIdx and DomoticzSensorIdx * Fix default DHT11 sensor driver selection * Fix LedPower status after button press (arendst#279) * Add command Sleep 0 - 250 mSec for optional light sleep mode to lower energy consumption (arendst#272) * (Expect overall button/key/switch misses and wrong values on Sonoff Pow) * Add Hue brightness extension (arendst#281) * Fix Hue brightness and change to call by reference (arendst#283)
3.9.3 20170127 * Add confirmation before Restart via webpage * Expand Domoticz Configuration webpage with Key, Switch and Sensor Index and * add commands DomoticzSwitchIdx and DomoticzSensorIdx (arendst#86) (arendst#174) (arendst#219) * Fix default DHT11 sensor driver selection * Fix LedPower status after button press (arendst#279) * Add command Sleep 0 - 250 mSec for optional light sleep mode to lower energy consumption (arendst#272) * (Expect overall button/key/switch misses and wrong values on Sonoff Pow) * Add Hue brightness extension (arendst#281) * Fix Hue brightness and change to call by reference (arendst#283)
3.9.3 20170127 * Add confirmation before Restart via webpage * Expand Domoticz Configuration webpage with Key, Switch and Sensor Index and * add commands DomoticzSwitchIdx and DomoticzSensorIdx (arendst#86) (arendst#174) (arendst#219) * Fix default DHT11 sensor driver selection * Fix LedPower status after button press (arendst#279) * Add command Sleep 0 - 250 mSec for optional light sleep mode to lower energy consumption (arendst#272) * (Expect overall button/key/switch misses and wrong values on Sonoff Pow) * Add Hue brightness extension (arendst#281) * Fix Hue brightness and change to call by reference (arendst#283)
3.9.4 20170127 * Fix Sonoff Dual Relay switching (arendst#287) * Add confirmation before Restart via webpage * Expand Domoticz Configuration webpage with Key, Switch and Sensor Index and * add commands DomoticzSwitchIdx and DomoticzSensorIdx (arendst#86) (arendst#174) (arendst#219) * Fix default DHT11 sensor driver selection * Fix LedPower status after button press (arendst#279) * Add command Sleep 0 - 250 mSec for optional light sleep mode to lower energy consumption (arendst#272) * (Expect overall button/key/switch misses and wrong values on Sonoff Pow) * Add Hue brightness extension (arendst#281) * Fix Hue brightness and change to call by reference (arendst#283)
Just a question on this . when we export the binary file do we know where is it stored |
Usually for Arduino (as seen in the cases above) the exported bin file will be in the same folder as the code you are compiling. |
HI!
How can I create custom firmware.bin with edited user_config.h file?
I want to update firmware over webserver.
Thanks: Robert
The text was updated successfully, but these errors were encountered: