File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1818 target : esp32s3
1919 command : |
2020 idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.motorgo" build
21+
2122 steps :
2223 - name : Checkout repo
2324 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ extern "C" void app_main(void) {
2626#elif CONFIG_EXAMPLE_HARDWARE_TEST_STAND
2727#pragma message("Using TinyS3 Test Stand hardware configuration")
2828 logger.info (" Using TinyS3 Test Stand hardware configuration" );
29- espp::TinyS3TestStand test_stand ( espp::Logger::Verbosity::INFO );
29+ auto & test_stand = espp::TinyS3TestStand::get ( );
3030 auto motor = test_stand.motor ();
3131 using BldcHaptics = espp::BldcHaptics<espp::TinyS3TestStand::BldcMotor>;
3232#else
You can’t perform that action at this time.
0 commit comments