Skip to content

Commit

Permalink
Fix spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
Bettapro committed Oct 27, 2021
1 parent b3d0c33 commit ebfb0d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Sw_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 1a. Flash a pre-built firmware
Download the most recent version of the firmware https://github.com/Bettapro/Solar-Tracer-Blynk-V3/releases .

Download the correct bif file dependeing on the board you're gonna use:
Download the correct bif file depending on the board you're gonna use:
- SolarTracerBlynk_3.x.x_esp32dev_FULL.bin - full bin file to use on a ESP32 (it includes all the bin needed eg: bootloader, firmware ...), use it on the very first setup.
- SolarTracerBlynk_3.x.x_esp8266.bin - bin file to use on a ESP8266.

Expand Down
4 changes: 2 additions & 2 deletions script/esp32_binary_merger/merge_bin_esp.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ def main():
help = 'Input folder path')
parser.add_argument(
'--bin_path',nargs='+',required=True,
help = 'List of bin path, same order as bin_address (space seperated)')
help = 'List of bin path, same order as bin_address (space separated)')
parser.add_argument(
'--bin_address',nargs='+',type=lambda x: int(x,0),required=True,
help = 'List of addr, same order as bin_path (space seperated)')
help = 'List of addr, same order as bin_path (space separated)')
parser.add_argument
args = parser.parse_args()
mb = multiple_bin(args.output_name, args.output_folder)
Expand Down

0 comments on commit ebfb0d6

Please sign in to comment.