Skip to content

Commit

Permalink
No more trial build
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jun 17, 2024
1 parent 00d7c10 commit 8f29cae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[platformio]
name = YaSolR
extra_configs = platformio_override.ini
default_envs = oss-esp32-debug, pro-esp32-debug, trial-esp32-debug, oss-esp32s-debug, pro-esp32s-debug, trial-esp32s-debug, oss-esp32s3-debug, pro-esp32s3-debug, trial-esp32s3-debug, oss-wt32_eth01-debug, pro-wt32_eth01-debug, trial-wt32_eth01-debug, oss-lilygo_eth_lite_s3-debug, pro-lilygo_eth_lite_s3-debug, trial-lilygo_eth_lite_s3-debug
default_envs = oss-esp32, pro-esp32, trial-esp32

[env]
framework = arduino
Expand Down
1 change: 0 additions & 1 deletion src/init/REST.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ Mycila::Task initRestApiTask("Init REST API", [](void* params) {
root["app"]["manufacturer"] = Mycila::AppInfo.manufacturer;
root["app"]["model"] = Mycila::AppInfo.model;
root["app"]["name"] = Mycila::AppInfo.name;
root["app"]["trial"] = Mycila::AppInfo.trial;
root["app"]["version"] = Mycila::AppInfo.version;

root["device"]["boots"] = Mycila::System.getBootCount();
Expand Down

0 comments on commit 8f29cae

Please sign in to comment.