Fix missing wifi options for non esp32/esp8285 platforms #571
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/api/index.ts#L217
Unexpected console statement
|
src/api/src/library/FirmwareDownloader/index.ts#L58
Unexpected console statement
|
src/api/src/library/FirmwareDownloader/index.ts#L60
Unexpected console statement
|
src/api/src/library/FirmwareDownloader/index.ts#L65
Unexpected console statement
|
src/ui/components/DeviceTargetForm/index.tsx#L151
React Hook useEffect has a missing dependency: 'deviceOptions'. Either include it or remove the dependency array
|
src/ui/components/FirmwareVersionForm/index.tsx#L296
React Hook useEffect has missing dependencies: 'gitRepository' and 'setGitCommit'. Either include them or remove the dependency array
|
src/ui/components/SensitiveTextField/index.tsx#L24
React Hook useEffect has a missing dependency: 'props.name'. Either include it or remove the dependency array
|
src/ui/components/SerialConnectionForm/index.tsx#L123
React Hook useEffect has a missing dependency: 'currentValue'. Either include it or remove the dependency array
|
src/ui/components/SerialDeviceSelect/index.tsx#L104
React Hook useEffect has missing dependencies: 'currentValue' and 'onSerialDeviceChange'. Either include them or remove the dependency array
|
src/ui/components/WifiDeviceSelect/index.tsx#L60
React Hook useMemo has a missing dependency: 't'. Either include it or remove the dependency array
|
This job succeeded
Loading