Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
squix78 committed Jun 20, 2024
1 parent 13dab1c commit 095e7bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ESP-Firmware-Store
# Esp-App-Market

The ESP-Firmware-Store is web-based tool which is made for simplicity of use.
The Esp-App-Market is web-based tool to flash firmware to Espressif based microcontrollers


## Development server
Expand All @@ -19,11 +19,11 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.

### Building docker for local machine architecture

`docker build -t thingpulse/esp-app-market:1.0.2 . `
`docker build -t thingpulse/esp-app-market:1.0.0 . `

### building docker on ARM for x86

`docker buildx build --platform linux/amd64 -t thingpulse/esp-app-market:1.0.2 .`
`docker buildx build --platform linux/amd64 -t thingpulse/esp-app-market:1.0.0 .`

### Running with docker-compose

Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
<router-outlet></router-outlet>
</div>
<footer class="flex-footer">
<span>{{getCurrentYear()}} By <a href="https://www.thingpulse.com">ThingPulse</a> 1.0.11</span>
<span>{{getCurrentYear()}} By <a href="https://www.thingpulse.com">ThingPulse</a> 1.0.0</span>
</footer>

0 comments on commit 095e7bf

Please sign in to comment.