You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appears to be a simple fix. I just created Board/v4/B.php and pretty much copied the V3 B file:
<?php
/**
* @package calcinai/phpi
* @author Michael Calcinai <michael@calcin.ai>
*/
namespace Calcinai\PHPi\Board\V4;
use Calcinai\PHPi\Board;
use Calcinai\PHPi\Board\Feature;
class B extends Board
{
use Feature\SoC\BCM2837;
use Feature\HDMI;
use Feature\Ethernet;
use Feature\Header\J8;
public static function getBoardName()
{
return '4 Model B';
}
}
No description provided.
The text was updated successfully, but these errors were encountered: