Skip to content

Commit

Permalink
change version name
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Dec 25, 2022
1 parent d5c02f6 commit 51bf163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock-api/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const UPLOAD_FILE_ENDPOINT = REST_ENDPOINT_ROOT + 'uploadFile'
const SIGN_IN_ENDPOINT = REST_ENDPOINT_ROOT + 'signIn'
const GENERATE_TOKEN_ENDPOINT = REST_ENDPOINT_ROOT + 'generateToken'
const system_status = {
emsesp_version: '3.5.0demo',
emsesp_version: '3.5.0-demo',
esp_platform: 'ESP32',
max_alloc_heap: 89,
psram_size: 0,
Expand Down

0 comments on commit 51bf163

Please sign in to comment.