mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Rename FRC to WPILib (#8637)
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
*/
|
||||
|
||||
#ifdef __RASPBIAN__
|
||||
static const char* configFile = "/boot/frc.json";
|
||||
static const char* configFile = "/boot/CameraServerConfig.json";
|
||||
#else
|
||||
static const char* configFile = "frc.json";
|
||||
static const char* configFile = "CameraServerConfig.json";
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user