Alex
Results
2
issues of
Alex
Please add support for FireBeetle 2, https://www.dfrobot.com/product-2195.html The updated board uses an ESP-WROOM-32E
board request
```php Tabs::widget([ 'renderTabContent' => false, 'items' => [ [ 'label' => 'Tab 1', 'url' => ['/default/index'], ], [ 'label' => 'Tab 2', 'url' => ['/default/page2'], ], ] ]); ``` The...
type:bug